Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dgdt_pci.c208 sc->sc_class = GDT_PCINEW; in gdt_pci_attach()
242 sc->sc_class = prod < 0x100 ? GDT_PCINEW : GDT_MPR; in gdt_pci_attach()
252 GDT_CLASS(sc) == GDT_PCINEW ? GDT_PCINEW_DPMEM : GDT_PCI_DPMEM, in gdt_pci_attach()
256 GDT_CLASS(sc) == GDT_PCINEW ? GDT_PCINEW_DPMEM : in gdt_pci_attach()
273 if (GDT_CLASS(sc) == GDT_PCINEW) { in gdt_pci_attach()
365 case GDT_PCINEW: in gdt_pci_attach()
404 ha->type = GDT_PCINEW; in gdt_pci_attach()
585 case GDT_PCINEW: in gdt_pci_enable_intr()
/openbsd/sys/dev/ic/
H A Dgdtvar.h111 #define GDT_PCINEW 0x04 macro