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

/netbsd-current/sys/dev/i2c/
H A Dtps65217pmic.c157 static uint8_t tps65217pmic_reg_read(struct tps65217pmic_softc *, uint8_t);
409 status = tps65217pmic_reg_read(sc, TPS65217PMIC_STATUS);
410 ppath = tps65217pmic_reg_read(sc, TPS65217PMIC_PPATH);
412 intr = tps65217pmic_reg_read(sc, TPS65217PMIC_INT);
448 status = tps65217pmic_reg_read(sc, TPS65217PMIC_STATUS);
577 chipid = tps65217pmic_reg_read(sc, TPS65217PMIC_CHIPID);
626 regenable = tps65217pmic_reg_read(sc, TPS65217PMIC_ENABLE);
635 defreg = tps65217pmic_reg_read(sc,
712 ppath = tps65217pmic_reg_read(sc, TPS65217PMIC_PPATH);
713 status = tps65217pmic_reg_read(s
758 tps65217pmic_reg_read(struct tps65217pmic_softc *sc, uint8_t reg) function
[all...]

Completed in 78 milliseconds