Home
last modified time | relevance | path

Searched refs:act8846_write (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/iicbus/pmic/
H A Dact8846.h48 #define WR1(sc, reg, val) act8846_write(sc, reg, val)
52 int act8846_write(struct act8846_softc *sc, uint8_t reg, uint8_t val);
H A Dact8846.c120 act8846_write(struct act8846_softc *sc, uint8_t reg, uint8_t val) in act8846_write() function
178 rv = act8846_write(sc, reg, val); in act8846_modify()