Searched refs:IIC_WAIT (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/dev/iicbus/
H A Diiconf.h44 #define IIC_WAIT 0x1 macro
46 #define IIC_INTRWAIT (IIC_INTR | IIC_WAIT)
H A Diic.c263 (ioflag & O_NONBLOCK) ? IIC_DONTWAIT : (IIC_WAIT | IIC_INTR));
337 (flags & O_NONBLOCK) ? IIC_DONTWAIT : (IIC_WAIT | IIC_INTR));
386 (flags & O_NONBLOCK) ? IIC_DONTWAIT : (IIC_WAIT | IIC_INTR));
416 (flags & O_NONBLOCK) ? IIC_DONTWAIT : (IIC_WAIT | IIC_INTR));
H A Diiconf.c86 case IIC_WAIT | IIC_INTR:
90 case IIC_WAIT | IIC_NOINTR:
106 * how : IIC_WAIT or IIC_DONTWAIT
123 * This call should be allowed to sleep in the IIC_WAIT case.
164 * This call should be allowed to sleep in the IIC_WAIT case.
H A Dif_ic.c233 IIC_WAIT | IIC_INTR)))
/freebsd-11.0-release/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c348 err = iicbus_request_bus(iicbus, dev, IIC_WAIT);
383 sleep == RTL_WAITOK ? IIC_WAIT : IIC_DONTWAIT);

Completed in 149 milliseconds