Home
last modified time | relevance | path

Searched refs:PCI_RANGE_BUS (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dpci_resource.c68 for (u_int _type = PCI_RANGE_BUS; _type < NUM_PCI_RANGES; _type++)
71 [PCI_RANGE_BUS] = "bus",
421 pd->pd_bridge.ranges[PCI_RANGE_BUS].start = in pci_resource_scan_bridge()
423 pd->pd_bridge.ranges[PCI_RANGE_BUS].end = in pci_resource_scan_bridge()
846 uint8_t startbus = (uint8_t)info->ranges[PCI_RANGE_BUS].start; in pci_resource_probe()
847 uint8_t endbus = (uint8_t)info->ranges[PCI_RANGE_BUS].end; in pci_resource_probe()
861 if (prtype == PCI_RANGE_BUS || info->ranges[prtype].end) { in pci_resource_probe()
H A Dpci_resource.h32 PCI_RANGE_BUS, enumerator
/netbsd-src/sys/dev/acpi/
H A Dacpi_mcfg.c718 type = PCI_RANGE_BUS; in acpimcfg_configure_bus_cb()
827 pciinfo.ranges[PCI_RANGE_BUS].start = bus; in acpimcfg_configure_bus()
828 pciinfo.ranges[PCI_RANGE_BUS].end = endbus; in acpimcfg_configure_bus()