Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/controller/twsi/
H A Dtwsi.c162 twsi_poll_ctrl(struct twsi_softc *sc, int timeout, uint32_t mask) in twsi_poll_ctrl() function
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()