Searched refs:PCI_CAPLIST_CAP (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/x86/pci/
H A Dpci_addr_fixup.c367 if (PCI_CAPLIST_CAP(rval) == PCI_CAP_AGP)
/netbsd-current/sys/arch/macppc/macppc/
H A Dpic_u3_ht.c338 if (PCI_CAPLIST_CAP(cr) != 0x08)
/netbsd-current/sys/dev/cardbus/
H A Dcardbus.c901 if (PCI_CAPLIST_CAP(reg) == capid) {
/netbsd-current/sys/dev/pci/
H A Dpci_subr.c2765 if (capid == PCI_CAPLIST_CAP(rval)) {
2797 printf(" type: 0x%02x (", PCI_CAPLIST_CAP(rval));
2798 foundcap = PCI_CAPLIST_CAP(rval);
2824 if ((PCI_CAPLIST_CAP(rval) == i)
H A Dpci.c562 if (PCI_CAPLIST_CAP(reg) == capid) {
H A Dpcireg.h568 #define PCI_CAPLIST_CAP(cr) ((cr) & 0xff) macro
/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_main.c867 if (PCI_CAPLIST_CAP(temp) == cap)

Completed in 226 milliseconds