Searched refs:act8846_write (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/iicbus/pmic/ |
| H A D | act8846.h | 48 #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 D | act8846.c | 120 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()
|