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)
|