Searched refs:TWSI_READ (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/arm/mv/
H A Dtwsi.c175 TWSI_READ(struct mv_twsi_softc *sc, bus_size_t off) function
193 val = TWSI_READ(sc, TWSI_CONTROL);
203 val = TWSI_READ(sc, TWSI_CONTROL);
229 while (!(TWSI_READ(sc, TWSI_CONTROL) & mask)) {
255 iflg_set = TWSI_READ(sc, TWSI_CONTROL) & TWSI_CONTROL_IFLG;
276 status = TWSI_READ(sc, TWSI_STATUS);
293 status = TWSI_READ(sc, TWSI_STATUS);
591 status = TWSI_READ(sc, TWSI_STATUS);
599 *buf++ = TWSI_READ(sc, TWSI_DATA);
629 status = TWSI_READ(s
[all...]

Completed in 43 milliseconds