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

  /src/sys/arch/x86/pci/
tco.c 59 bus_space_handle_t sc_pmh; member in struct:tco_softc
123 sc->sc_pmh = ta->ta_pmh;
140 if (bus_space_subregion(sc->sc_pmt, sc->sc_pmh, PMC_TCO_BASE,
155 ioreg = bus_space_read_4(sc->sc_pmt, sc->sc_pmh, PMC_SMI_EN);
168 bus_space_write_4(sc->sc_pmt, sc->sc_pmh, PMC_SMI_EN, ioreg);
170 bus_space_read_4(sc->sc_pmt, sc->sc_pmh, PMC_SMI_EN));
ichlpcib.c 89 bus_space_handle_t sc_pmh; member in struct:lpcib_softc
348 LPCIB_PCI_PM_SIZE, 0, &sc->sc_pmh) != 0) {
354 if (bus_space_subregion(sc->sc_pmt, sc->sc_pmh, PMC_TCO_BASE,
521 bus_space_unmap(sc->sc_pmt, sc->sc_pmh, sc->sc_iosize);
613 sc->sc_pmtimer = acpipmtimer_attach(self, sc->sc_pmt, sc->sc_pmh,
646 arg.ta_pmh = sc->sc_pmh;
662 bus_space_read_1((sc)->sc_pmt, (sc)->sc_pmh, (reg))
664 bus_space_write_1((sc)->sc_pmt, (sc)->sc_pmh, (reg), (val))
  /src/sys/arch/arm/marvell/
dove.c 85 bus_space_handle_t sc_pmh; /* Power Management handler */ member in struct:dove_pmu_softc
386 DOVE_PMU_SIZE, &sc->sc_pmh))
390 DOVE_PMU_SRAM_SIZE, &sc->sc_pmh))
527 pmucr = bus_space_read_4(sc->sc_iot, sc->sc_pmh, DOVE_PMU_PMUCR);
529 bus_space_write_4(sc->sc_iot, sc->sc_pmh, DOVE_PMU_PMUCR,
556 bus_space_write_4(sc->sc_iot, sc->sc_pmh, DOVE_PMU_PMUCR, pmucr);
  /src/sys/dev/pci/
ichsmb.c 88 bus_space_handle_t sc_pmh; member in struct:ichsmb_softc
389 LPCIB_PCI_PM_SIZE, 0, &sc->sc_pmh);
401 bus_space_unmap(sc->sc_pmt, sc->sc_pmh, sc->sc_pmsz);
462 ta.ta_pmh = sc->sc_pmh;
496 bus_space_unmap(sc->sc_pmt, sc->sc_pmh, sc->sc_pmsz);

Completed in 14 milliseconds