Home
last modified time | relevance | path

Searched refs:pmptrreg (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/pci/
Damdpm.c103 pcireg_t confreg, pmptrreg; in amdpm_attach() local
138 pmptrreg = pci_conf_read(pa->pa_pc, pa->pa_tag, NFORCE_PMPTR); in amdpm_attach()
140 NFORCE_PMBASE(pmptrreg)); in amdpm_attach()
141 if (bus_space_map(sc->sc_iot, NFORCE_PMBASE(pmptrreg), in amdpm_attach()
147 pmptrreg = pci_conf_read(pa->pa_pc, pa->pa_tag, AMDPM_PMPTR); in amdpm_attach()
148 if (bus_space_map(sc->sc_iot, AMDPM_PMBASE(pmptrreg), in amdpm_attach()