Home
last modified time | relevance | path

Searched refs:IIC_REQBUS_DEV (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/iicbus/
H A Diiconf.h48 #define IIC_REQBUS_DEV 0x8 /* See struct iic_reqbus_data, below. */ macro
H A Diiconf.c178 reqdata.flags = how | IIC_REQBUS_DEV; in iicbus_request_bus()
220 reqdata.flags = IIC_REQBUS_DEV; in iicbus_release_bus()
/freebsd/sys/dev/iicbus/mux/
H A Diicmux.c74 if (!(rd->flags & IIC_REQBUS_DEV)) in iicmux_callback()