gttwsi_core.c | 96 gttwsi_read_4(struct gttwsi_softc *sc, uint32_t reg) function in typeref:typename:uint32_t 169 val = gttwsi_read_4(sc, TWSI_CONTROL); 209 if ((status = gttwsi_read_4(sc, TWSI_STATUS)) == STAT_NRS) 287 *valp = gttwsi_read_4(sc, TWSI_DATA); 330 control = gttwsi_read_4(sc, TWSI_CONTROL); 360 status = gttwsi_read_4(sc, TWSI_STATUS);
|