HomeSort by: relevance | last modified time | path
    Searched defs:gttwsi_read_4 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/i2c/
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);

Completed in 12 milliseconds