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

  /src/sys/dev/pci/
pci_resource.h 35 PCI_RANGE_BUS,
pci_resource.c 71 for (u_int _type = PCI_RANGE_BUS; _type < NUM_PCI_RANGES; _type++)
74 [PCI_RANGE_BUS] = "bus",
195 if (type == PCI_RANGE_BUS &&
531 PCI_RANGE_BUS,
954 struct pci_resource_arena *busarena = info->ranges[PCI_RANGE_BUS];
1121 if (info->ranges[PCI_RANGE_BUS] == NULL) {
1125 KASSERT(!SIMPLEQ_EMPTY(&info->ranges[PCI_RANGE_BUS]->list));
  /src/sys/dev/acpi/
acpi_mcfg.c 724 type = PCI_RANGE_BUS;
765 if (type == PCI_RANGE_BUS)
851 pci_resource_add_range(&C->pciinfo, PCI_RANGE_BUS,

Completed in 13 milliseconds