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

/netbsd-current/sys/arch/x86/pci/
H A Dpci_addr_fixup.c365 off = PCI_CAPLIST_NEXT(rval) ) {
/netbsd-current/sys/dev/pci/
H A Dpci.c569 ofs = PCI_CAPLIST_NEXT(reg);
598 ofs = PCI_CAPLIST_NEXT(reg);
H A Dpci_subr.c2763 off != 0; off = PCI_CAPLIST_NEXT(rval)) {
2793 off != 0; off = PCI_CAPLIST_NEXT(regs[o2i(off)])) {
2822 off != 0; off = PCI_CAPLIST_NEXT(regs[o2i(off)])) {
H A Dpcireg.h567 #define PCI_CAPLIST_NEXT(cr) (((cr) >> 8) & 0xff) macro
/netbsd-current/sys/dev/cardbus/
H A Dcardbus.c908 ofs = PCI_CAPLIST_NEXT(reg);
/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_main.c869 ptr = PCI_CAPLIST_NEXT(temp);

Completed in 330 milliseconds