Searched refs:IIC_INTR (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/iicbus/
H A Diiconf.h45 #define IIC_INTR 0x2 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 Dif_ic.c233 IIC_WAIT | IIC_INTR)))
H A Diiconf.c86 case IIC_WAIT | IIC_INTR:

Completed in 60 milliseconds