Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dgdt_pci.c252 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()
292 switch (GDT_CLASS(sc)) { in gdt_pci_attach()
575 switch(GDT_CLASS(sc)) { in gdt_pci_enable_intr()
/openbsd/sys/dev/ic/
H A Dgdtvar.h115 #define GDT_CLASS(gdt) ((gdt)->sc_class & GDT_CLASS_MASK) macro