Home
last modified time | relevance | path

Searched refs:PCIM_HTCAP_SLAVE (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/dev/pci/
HDpcireg.h750 #define PCIM_HTCAP_SLAVE 0x0000 /* 000xx */ macro
HDpci.c908 if ((val & 0xe000) == PCIM_HTCAP_SLAVE) in pci_read_cap()
1451 if (capability == PCIM_HTCAP_SLAVE || in pci_find_htcap_method()
1496 if (capability == PCIM_HTCAP_SLAVE || in pci_find_next_htcap_method()
/freebsd-14-stable/usr.sbin/pciconf/
HDcap.c228 if ((command & 0xe000) == PCIM_HTCAP_SLAVE) in cap_ht()