HomeSort by: relevance | last modified time | path
    Searched refs:axp809_write (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/i2c/
axp809.c 98 static int axp809_write(struct axp809_softc *, uint8_t, uint8_t);
154 axp809_write(struct axp809_softc *sc, uint8_t reg, uint8_t val) function in typeref:typename:int
237 error = axp809_write(sc, c->c_voltage_reg, val);
309 error = axp809_write(sc, c->c_enable_reg, val);
334 error = axp809_write(sc, c->c_enable_reg, val);

Completed in 11 milliseconds