Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Damdpm.c140 NFORCE_PMBASE(pmptrreg)); in amdpm_attach()
141 if (bus_space_map(sc->sc_iot, NFORCE_PMBASE(pmptrreg), in amdpm_attach()
H A Damdpmreg.h50 #define NFORCE_PMBASE(x) ((x) & 0xfffc) /* nForce base address */ macro