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

  /src/sys/dev/pci/
pci.c 658 ofs = PCI_EXTCAPLIST_BASE;
665 if ((ofs & 3) || ofs < PCI_EXTCAPLIST_BASE)
pci_subr.c 4601 for (off = PCI_EXTCAPLIST_BASE;
4628 off = PCI_EXTCAPLIST_BASE;
5230 if (regs[o2i(PCI_EXTCAPLIST_BASE)] == 0xffffffff ||
5231 regs[o2i(PCI_EXTCAPLIST_BASE)] == 0)
5244 pci_conf_print_regs(regs, PCI_EXTCAPLIST_BASE, PCI_EXTCONF_SIZE);
pcireg.h 1546 #define PCI_EXTCAPLIST_BASE 0x100

Completed in 114 milliseconds