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

/netbsd-current/sys/dev/i2c/
H A Dtwl4030.c133 twl_write(struct twl_softc *sc, uint8_t mod, uint8_t reg, uint8_t val, int flags) function
151 #define INT_WRITE(sc, reg, val) twl_write((sc), ADDR_INT, (reg), (val), I2C_F_POLL)
154 #define POWER_WRITE(sc, reg, val) twl_write((sc), ADDR_POWER, (reg), (val), I2C_F_POLL)

Completed in 79 milliseconds