HomeSort by: relevance | last modified time | path
    Searched refs:PCI_CAPLIST_NEXT (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/x86/pci/
pci_addr_fixup.c 365 off = PCI_CAPLIST_NEXT(rval) ) {
  /src/sys/dev/pci/
pci.c 569 ofs = PCI_CAPLIST_NEXT(reg);
598 ofs = PCI_CAPLIST_NEXT(reg);
pci_subr.c 2763 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)])) {
pcireg.h 567 #define PCI_CAPLIST_NEXT(cr) (((cr) >> 8) & 0xff)
  /src/sys/dev/cardbus/
cardbus.c 906 ofs = PCI_CAPLIST_NEXT(reg);
  /src/sys/dev/pci/cxgb/
cxgb_main.c 869 ptr = PCI_CAPLIST_NEXT(temp);

Completed in 22 milliseconds