Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/pmic/
H A Dact8846.h47 #define RD1(sc, reg, val) act8846_read(sc, reg, val)
51 int act8846_read(struct act8846_softc *sc, uint8_t reg, uint8_t *val);
H A Dact8846.c72 act8846_read(struct act8846_softc *sc, uint8_t reg, uint8_t *val) in act8846_read() function
171 rv = act8846_read(sc, reg, &val); in act8846_modify()