Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/iicbus/controller/twsi/
H A Dtwsi.c163 twsi_poll_ctrl(struct twsi_softc *sc, int timeout, uint32_t mask) in twsi_poll_ctrl() function
211 if (twsi_poll_ctrl(sc, timeout, TWSI_CONTROL_IFLG)) { in twsi_locked_start()
230 if (twsi_poll_ctrl(sc, timeout, TWSI_CONTROL_IFLG)) { in twsi_locked_start()
414 if (twsi_poll_ctrl(sc, delay, TWSI_CONTROL_IFLG)) { in twsi_read()
453 if (twsi_poll_ctrl(sc, timeout, TWSI_CONTROL_IFLG)) { in twsi_write()