Home | History | Annotate | Download | only in pci

Lines Matching defs:sc_pmt

88 	bus_space_tag_t		sc_pmt;
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))