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

  /src/sys/arch/macppc/dev/
pmu.c 123 static inline uint8_t pmu_read_reg(struct pmu_softc *, int);
468 pmu_read_reg(struct pmu_softc *sc, int offset) function in typeref:typename:uint8_t
496 junk = pmu_read_reg(sc, vSR);
503 *data = pmu_read_reg(sc, vSR);
519 intreg = pmu_read_reg(sc, vIER);
583 reg = pmu_read_reg(sc, vACR);
594 reg = pmu_read_reg(sc, vACR);
605 reg = pmu_read_reg(sc, vBufB);
615 reg = pmu_read_reg(sc, vBufB);
623 return ((pmu_read_reg(sc, vBufB) & vPB3) == 0)
    [all...]
pmu.c 123 static inline uint8_t pmu_read_reg(struct pmu_softc *, int);
468 pmu_read_reg(struct pmu_softc *sc, int offset) function in typeref:typename:uint8_t
496 junk = pmu_read_reg(sc, vSR);
503 *data = pmu_read_reg(sc, vSR);
519 intreg = pmu_read_reg(sc, vIER);
583 reg = pmu_read_reg(sc, vACR);
594 reg = pmu_read_reg(sc, vACR);
605 reg = pmu_read_reg(sc, vBufB);
615 reg = pmu_read_reg(sc, vBufB);
623 return ((pmu_read_reg(sc, vBufB) & vPB3) == 0)
    [all...]

Completed in 23 milliseconds