Searched refs:axp20x_read (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/i2c/
H A Daxp20x.c205 static int axp20x_read(struct axp20x_softc *, uint8_t, uint8_t *, size_t);
246 error = axp20x_read(sc, AXP_INPUT_STATUS,
252 error = axp20x_read(sc, AXP_POWER_MODE,
266 error = axp20x_read(sc, AXP_ADC_EN2, &value, 1);
380 if (axp20x_read(sc, AXP_DCDC2, &value, 1) == 0) {
384 if (axp20x_read(sc, AXP_DCDC3, &value, 1) == 0) {
388 if (axp20x_read(sc, AXP_LDO2_4, &value, 1) == 0) {
395 if (axp20x_read(sc, AXP_LDO3, &value, 1) == 0) {
404 if (axp20x_read(sc, AXP_BKUP_CTRL, &value, 1) == 0) {
426 error = axp20x_read(s
560 axp20x_read(struct axp20x_softc *sc, uint8_t reg, uint8_t *val, size_t len) function
[all...]

Completed in 136 milliseconds