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

  /src/sys/arch/x86/pci/
pci_addr_fixup.c 363 for (off = PCI_CAPLIST_PTR(rval);
  /src/sys/dev/pci/
pci_subr.c 2762 for (off = PCI_CAPLIST_PTR(regs[o2i(capptr)]);
2792 for (off = PCI_CAPLIST_PTR(regs[o2i(capoff)]);
2821 for (off = PCI_CAPLIST_PTR(regs[o2i(capoff)]);
4789 PCI_CAPLIST_PTR(regs[o2i(PCI_CAPLISTPTR_REG)]));
4945 PCI_CAPLIST_PTR(regs[o2i(PCI_CAPLISTPTR_REG)]));
5034 PCI_CAPLIST_PTR(rval));
pci.c 550 ofs = PCI_CAPLIST_PTR(pci_conf_read(pc, tag, ofs));
pcireg.h 566 #define PCI_CAPLIST_PTR(cpr) ((cpr) & 0xff)
  /src/sys/dev/cardbus/
cardbus.c 891 ofs = PCI_CAPLIST_PTR(cardbus_conf_read(cc, cf, tag,
  /src/sys/dev/pci/cxgb/
cxgb_main.c 864 ptr = PCI_CAPLIST_PTR(temp);

Completed in 43 milliseconds