Home
last modified time | relevance | path

Searched refs:IIC_INTR (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/iicbus/
H A Diiconf.h45 #define IIC_INTR 0x2 macro
46 #define IIC_INTRWAIT (IIC_INTR | IIC_WAIT)
H A Diic.c289 (ioflag & O_NONBLOCK) ? IIC_DONTWAIT : (IIC_WAIT | IIC_INTR)); in iicuio()
407 (flags & O_NONBLOCK) ? IIC_DONTWAIT : (IIC_WAIT | IIC_INTR)); in iicrdwr()
480 (flags & O_NONBLOCK) ? IIC_DONTWAIT : (IIC_WAIT | IIC_INTR)); in iicioctl()
510 (flags & O_NONBLOCK) ? IIC_DONTWAIT : (IIC_WAIT | IIC_INTR)); in iicioctl()
H A Diicbus_if.m61 # data: pointer to int containing IIC_WAIT or IIC_DONTWAIT and either IIC_INTR or IIC_NOINTR
H A Dif_ic.c228 IIC_WAIT | IIC_INTR))) in icioctl()
H A Diiconf.c112 case IIC_WAIT | IIC_INTR: in iicbus_poll()