Searched refs:OC_CONTROL_EN (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/iicbus/
H A Diicoc.h57 #define OC_CONTROL_EN 0x80 macro
H A Diicoc.c164 value & ~(OC_CONTROL_EN | OC_CONTROL_IEN));
169 iicoc_dev_write(dev, OC_I2C_CTRL_REG, value | OC_CONTROL_EN);
173 return ((value & OC_CONTROL_EN) == 0);

Completed in 100 milliseconds