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

  /src/sys/dev/i2c/
twl4030.c 133 twl_write(struct twl_softc *sc, uint8_t mod, uint8_t reg, uint8_t val, int flags) function in typeref:typename:void
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)
twl4030.c 133 twl_write(struct twl_softc *sc, uint8_t mod, uint8_t reg, uint8_t val, int flags) function in typeref:typename:void
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 20 milliseconds