/src/sys/arch/x86/pci/ |
tco.c | 58 bus_space_tag_t sc_pmt; member in struct:tco_softc 122 sc->sc_pmt = ta->ta_pmt; 139 sc->sc_tcot = sc->sc_pmt; 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 | 88 bus_space_tag_t sc_pmt; member in struct:lpcib_softc 345 sc->sc_pmt = pa->pa_iot; 347 if (bus_space_map(sc->sc_pmt, PCI_MAPREG_IO_ADDR(pmbase), 354 if (bus_space_subregion(sc->sc_pmt, sc->sc_pmh, PMC_TCO_BASE, 358 sc->sc_tcot = sc->sc_pmt; 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, 645 arg.ta_pmt = sc->sc_pmt; 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) [all...] |
/src/sys/dev/pci/ |
ichsmb.c | 87 bus_space_tag_t sc_pmt; member in struct:ichsmb_softc 387 sc->sc_pmt = sc->sc_iot; 388 error = bus_space_map(sc->sc_pmt, PCI_MAPREG_IO_ADDR(pmbase), 401 bus_space_unmap(sc->sc_pmt, sc->sc_pmh, sc->sc_pmsz); 461 ta.ta_pmt = sc->sc_pmt; 496 bus_space_unmap(sc->sc_pmt, sc->sc_pmh, sc->sc_pmsz);
|