Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/iicbus/
HDiicoc.c136 value & ~(OC_CONTROL_EN | OC_CONTROL_IEN)); in iicoc_init()
141 iicoc_dev_write(dev, OC_I2C_CTRL_REG, value | OC_CONTROL_EN); in iicoc_init()
145 return ((value & OC_CONTROL_EN) == 0); in iicoc_init()
HDiicoc.h57 #define OC_CONTROL_EN 0x80 macro