Searched refs:TWSI_CONTROL_IFLG (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/iicbus/controller/twsi/ |
H A D | twsi.c | 63 #define TWSI_CONTROL_IFLG (1 << 3) macro 148 twsi_control_set(sc, TWSI_CONTROL_IFLG); in twsi_clear_iflg() 150 twsi_control_clear(sc, TWSI_CONTROL_IFLG); in twsi_clear_iflg() 194 iflg_set = TWSI_READ(sc, sc->reg_control) & TWSI_CONTROL_IFLG; in twsi_locked_start() 210 if (twsi_poll_ctrl(sc, timeout, TWSI_CONTROL_IFLG)) { in twsi_locked_start() 229 if (twsi_poll_ctrl(sc, timeout, TWSI_CONTROL_IFLG)) { in twsi_locked_start() 413 if (twsi_poll_ctrl(sc, delay, TWSI_CONTROL_IFLG)) { in twsi_read() 452 if (twsi_poll_ctrl(sc, timeout, TWSI_CONTROL_IFLG)) { in twsi_write() 763 (sc->iflag_w1c ? TWSI_CONTROL_IFLG : 0) | in twsi_intr()
|