Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dpcireg.h547 #define PCI_HT_CAP(cr) ((((cr) >> 27) < 0x08) ? \ macro
Dpci.c667 if (PCI_HT_CAP(reg) == capid) { in pci_get_ht_capability()