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

/freebsd-13-stable/sys/dev/iicbus/
H A Diiconf.h47 #define IIC_INTR 0x2 macro
48 #define IIC_INTRWAIT (IIC_INTR | IIC_WAIT)
H A Diic.c265 (ioflag & O_NONBLOCK) ? IIC_DONTWAIT : (IIC_WAIT | IIC_INTR));
339 (flags & O_NONBLOCK) ? IIC_DONTWAIT : (IIC_WAIT | IIC_INTR));
388 (flags & O_NONBLOCK) ? IIC_DONTWAIT : (IIC_WAIT | IIC_INTR));
418 (flags & O_NONBLOCK) ? IIC_DONTWAIT : (IIC_WAIT | IIC_INTR));
H A Dif_ic.c235 IIC_WAIT | IIC_INTR)))
H A Diiconf.c115 case IIC_WAIT | IIC_INTR:

Completed in 107 milliseconds