Searched refs:act8846_write (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/dev/i2c/ |
| D | act8846.c | 141 static int act8846_write(struct act8846_softc *, uint8_t, uint8_t); 192 act8846_write(struct act8846_softc *sc, uint8_t reg, uint8_t val) in act8846_write() function 257 error = act8846_write(sc, c->c_base + ACT_VSET0_OFFSET, val); in act8846_set_voltage() 328 error = act8846_write(sc, c->c_base + regoff, val); in act8846_enable() 358 error = act8846_write(sc, c->c_base + regoff, val); in act8846_disable()
|