Searched refs:WAITFLAGS (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/iicbus/rtc/ |
H A D | isl12xx.c | 147 #define WAITFLAGS (IIC_WAIT | IIC_RECURSIVE) macro 153 return (iicdev_readfrom(sc->dev, reg, data, 1, WAITFLAGS)); in isl12xx_read1() 160 return (iicdev_writeto(sc->dev, reg, &val, 1, WAITFLAGS)); in isl12xx_write1() 247 sizeof(tregs), WAITFLAGS); in isl12xx_gettime() 326 sizeof(tregs), WAITFLAGS); in isl12xx_settime()
|
H A D | nxprtc.c | 226 #define WAITFLAGS (IIC_WAIT | IIC_RECURSIVE) macro 294 return (nxprtc_readfrom(sc->dev, reg, val, sizeof(*val), WAITFLAGS)); in read_reg() 301 return (iicdev_writeto(sc->dev, reg, &val, sizeof(val), WAITFLAGS)); in write_reg() 328 sizeof(*tregs), WAITFLAGS)) != 0) in read_timeregs() 358 sizeof(*tregs), WAITFLAGS)); in write_timeregs() 452 sizeof(csr), WAITFLAGS)) != 0){ in pcf8523_start() 624 sizeof(csr), WAITFLAGS)) != 0){ in pcf8563_start()
|