Home
last modified time | relevance | path

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

/dports/emulators/gxemul/gxemul-0.6.3/src/include/thirdparty/
H A Dpcireg.h415 #define PCI_CAPLIST_NEXT(cr) (((cr) >> 8) & 0xff) macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dpci.c541 ofs = PCI_CAPLIST_NEXT(reg); in pci_get_capability()
570 ofs = PCI_CAPLIST_NEXT(reg); in pci_get_ht_capability()
H A Dpci_subr.c2092 off != 0; off = PCI_CAPLIST_NEXT(rval)) { in pci_conf_find_cap()
2122 off != 0; off = PCI_CAPLIST_NEXT(regs[o2i(off)])) { in pci_conf_print_caplist()
2158 off != 0; off = PCI_CAPLIST_NEXT(regs[o2i(off)])) { in pci_conf_print_caplist()
H A Dpcireg.h520 #define PCI_CAPLIST_NEXT(cr) (((cr) >> 8) & 0xff) macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/cardbus/
H A Dcardbus.c891 ofs = PCI_CAPLIST_NEXT(reg); in cardbus_get_capability()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/cxgb/
H A Dcxgb_main.c866 ptr = PCI_CAPLIST_NEXT(temp); in t3_os_find_pci_capability()