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

  /src/sys/dev/i2c/
tps65217pmic.c 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) function in typeref:typename:uint8_t
    [all...]

Completed in 11 milliseconds