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

  /src/sys/dev/i2c/
twl4030.c 119 twl_read(struct twl_softc *sc, uint8_t mod, uint8_t reg, int flags) function in typeref:typename:uint8_t
150 #define INT_READ(sc, reg) twl_read((sc), ADDR_INT, (reg), I2C_F_POLL)
153 #define POWER_READ(sc, reg) twl_read((sc), ADDR_POWER, (reg), I2C_F_POLL)
twl4030.c 119 twl_read(struct twl_softc *sc, uint8_t mod, uint8_t reg, int flags) function in typeref:typename:uint8_t
150 #define INT_READ(sc, reg) twl_read((sc), ADDR_INT, (reg), I2C_F_POLL)
153 #define POWER_READ(sc, reg) twl_read((sc), ADDR_POWER, (reg), I2C_F_POLL)

Completed in 23 milliseconds