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

/netbsd-current/sys/dev/i2c/
H A Daxp809.c97 static int axp809_read(struct axp809_softc *, uint8_t, uint8_t *);
148 axp809_read(struct axp809_softc *sc, uint8_t reg, uint8_t *val) function
233 if ((error = axp809_read(sc, c->c_voltage_reg, &val)) != 0)
259 error = axp809_read(sc, c->c_voltage_reg, &val);
286 error = axp809_read(sc, c->c_enable_reg, &val);
306 if ((error = axp809_read(sc, c->c_enable_reg, &val)) != 0)
331 if ((error = axp809_read(sc, c->c_enable_reg, &val)) != 0)

Completed in 189 milliseconds