Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dpci.c668 if (PCI_EXTCAPLIST_CAP(reg) == capid) { in pci_get_ext_capability()
Dpcireg.h1548 #define PCI_EXTCAPLIST_CAP(ecr) ((ecr) & 0xffff) macro
Dpci_subr.c4605 if (capid == PCI_EXTCAPLIST_CAP(rval)) { in pci_conf_find_extcap()
4641 foundcap = PCI_EXTCAPLIST_CAP(rval); in pci_conf_print_extcaplist()