Home | History | Annotate | Download | only in i2c

Lines Matching defs:tps65217pmic_reg_read

157 static uint8_t tps65217pmic_reg_read(struct tps65217pmic_softc *, uint8_t);
414 status = tps65217pmic_reg_read(sc, TPS65217PMIC_STATUS);
415 ppath = tps65217pmic_reg_read(sc, TPS65217PMIC_PPATH);
417 intr = tps65217pmic_reg_read(sc, TPS65217PMIC_INT);
453 status = tps65217pmic_reg_read(sc, TPS65217PMIC_STATUS);
582 chipid = tps65217pmic_reg_read(sc, TPS65217PMIC_CHIPID);
631 regenable = tps65217pmic_reg_read(sc, TPS65217PMIC_ENABLE);
640 defreg = tps65217pmic_reg_read(sc,
717 ppath = tps65217pmic_reg_read(sc, TPS65217PMIC_PPATH);
718 status = tps65217pmic_reg_read(sc, TPS65217PMIC_STATUS);
763 tps65217pmic_reg_read(struct tps65217pmic_softc *sc, uint8_t reg)
921 val = tps65217pmic_reg_read(sc, TPS65217PMIC_DEFSLEW);
926 val = tps65217pmic_reg_read(sc, TPS65217PMIC_DEFSLEW);
998 val = tps65217pmic_reg_read(pmic_sc, TPS65217PMIC_ENABLE);