Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ | |
machfbreg.h | 95 #define CONFIG_STAT0 0x00E4 /* Dword offset 39 */ |
machfb.c | 566 sc->memtype = (regr(sc, CONFIG_STAT0) >> 3) & 0x07; 568 sc->memtype = regr(sc, CONFIG_STAT0) & 0x07; |