Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/controller/opencores/
H A Diicoc.c133 value & ~(OC_CONTROL_EN | OC_CONTROL_IEN)); in iicoc_init()
138 iicoc_dev_write(dev, OC_I2C_CTRL_REG, value | OC_CONTROL_EN); in iicoc_init()
142 return ((value & OC_CONTROL_EN) == 0); in iicoc_init()
H A Diicoc.h57 #define OC_CONTROL_EN 0x80 macro