Home
last modified time | relevance | path

Searched refs:pci_address (Results 1 – 7 of 7) sorted by relevance

/haiku/src/system/kernel/arch/generic/
H A Dacpi_irq_routing_table.h55 struct pci_address { struct
H A Dacpi_irq_routing_table.cpp448 Vector<pci_address>& parents) in ensure_all_functions_matched()
484 pci_address pciAddress; in ensure_all_functions_matched()
532 pci_address& parent = parents.ElementAt(i); in ensure_all_functions_matched()
619 pci_address pciAddress; in read_irq_routing_table_recursive()
824 Vector<pci_address> parents; in read_irq_routing_table()
/haiku/headers/os/drivers/bus/
H A DPCI.h65 phys_addr_t pci_address; member
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A DECAMPCIControllerACPI.cpp122 range.pci_address = acpiRange.minimum; in DecodeAddress()
H A DECAMPCIControllerFDT.cpp49 range.pci_address = childAdr; in ReadResourceInfo()
/haiku/src/add-ons/kernel/busses/pci/designware/
H A DDWPCIController.cpp206 range.pci_address = childAdr; in ReadResourceInfo()
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.cpp85 hostAdr = childAdr - range.pci_address + range.host_address; in pci_ram_address()
684 if (pciAddr >= curRange.pci_address in LookupRange()
685 && pciAddr < (curRange.pci_address + curRange.size)) { in LookupRange()