Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dmachfbreg.h95 #define CONFIG_STAT0 0x00E4 /* Dword offset 39 */ macro
H A Dmachfb.c566 sc->memtype = (regr(sc, CONFIG_STAT0) >> 3) & 0x07; in mach64_attach()
568 sc->memtype = regr(sc, CONFIG_STAT0) & 0x07; in mach64_attach()