Searched refs:PCI_CAPLIST_NEXT (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/x86/pci/
H A Dpci_addr_fixup.c366 off = PCI_CAPLIST_NEXT(rval) ) {
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dpcireg.h447 #define PCI_CAPLIST_NEXT(cr) (((cr) >> 8) & 0xff) macro
H A Dpci.c504 ofs = PCI_CAPLIST_NEXT(reg);
H A Dpci_subr.c1035 off = PCI_CAPLIST_NEXT(regs[o2i(off)])) {
/netbsd-6-1-5-RELEASE/sys/dev/cardbus/
H A Dcardbus.c891 ofs = PCI_CAPLIST_NEXT(reg);
/netbsd-6-1-5-RELEASE/sys/dev/pci/cxgb/
H A Dcxgb_main.c866 ptr = PCI_CAPLIST_NEXT(temp);

Completed in 901 milliseconds