Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dgdt_pci.c209 gdt->sc_class = GDT_PCINEW;
243 gdt->sc_class = prod < 0x100 ? GDT_PCINEW : GDT_MPR;
253 GDT_CLASS(gdt) == GDT_PCINEW ? GDT_PCINEW_DPMEM : GDT_PCI_DPMEM,
257 GDT_CLASS(gdt) == GDT_PCINEW ? GDT_PCINEW_DPMEM :
274 if (GDT_CLASS(gdt) == GDT_PCINEW) {
366 case GDT_PCINEW:
405 ha->type = GDT_PCINEW;
587 case GDT_PCINEW:
/mirbsd/src/sys/dev/ic/
Dgdtvar.h278 #define GDT_PCINEW 0x04 macro