Lines Matching refs:pci
400 xlnx_pcib_fdt_get_id(device_t pci, device_t child, enum pci_id_type type, in xlnx_pcib_fdt_get_id() argument
407 return (pcib_get_id(pci, child, type, id)); in xlnx_pcib_fdt_get_id()
409 node = ofw_bus_get_node(pci); in xlnx_pcib_fdt_get_id()
411 return (generic_pcie_get_id(pci, child, type, id)); in xlnx_pcib_fdt_get_id()
546 xlnx_pcib_alloc_msi(device_t pci, device_t child, int count, int maxcount, in xlnx_pcib_alloc_msi() argument
551 ofw_bus_msimap(ofw_bus_get_node(pci), pci_get_rid(child), &msi_parent, in xlnx_pcib_alloc_msi()
553 msi_parent = OF_xref_from_node(ofw_bus_get_node(pci)); in xlnx_pcib_alloc_msi()
554 return (intr_alloc_msi(pci, child, msi_parent, count, maxcount, in xlnx_pcib_alloc_msi()
559 xlnx_pcib_release_msi(device_t pci, device_t child, int count, int *irqs) in xlnx_pcib_release_msi() argument
563 ofw_bus_msimap(ofw_bus_get_node(pci), pci_get_rid(child), &msi_parent, in xlnx_pcib_release_msi()
565 msi_parent = OF_xref_from_node(ofw_bus_get_node(pci)); in xlnx_pcib_release_msi()
566 return (intr_release_msi(pci, child, msi_parent, count, irqs)); in xlnx_pcib_release_msi()
570 xlnx_pcib_map_msi(device_t pci, device_t child, int irq, uint64_t *addr, in xlnx_pcib_map_msi() argument
575 ofw_bus_msimap(ofw_bus_get_node(pci), pci_get_rid(child), &msi_parent, in xlnx_pcib_map_msi()
577 msi_parent = OF_xref_from_node(ofw_bus_get_node(pci)); in xlnx_pcib_map_msi()
578 return (intr_map_msi(pci, child, msi_parent, irq, addr, data)); in xlnx_pcib_map_msi()