Searched refs:pci_rid (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/arm64/cavium/ |
| H A D | thunder_pcie_pem_fdt.c | 187 uint16_t pci_rid; in thunder_pem_fdt_get_id() local 193 pci_rid = pci_get_rid(child); in thunder_pem_fdt_get_id() 195 err = ofw_bus_msimap(node, pci_rid, NULL, &rid); in thunder_pem_fdt_get_id()
|
| /f-stack/freebsd/amd64/vmm/amd/ |
| H A D | amdvi_hw.c | 129 return (pci_cfgregread(PCI_RID2BUS(softc->pci_rid), in amdvi_pci_read() 130 PCI_RID2SLOT(softc->pci_rid), PCI_RID2FUNC(softc->pci_rid), in amdvi_pci_read() 801 mmio_dev = pci_find_bsf(PCI_RID2BUS(softc->pci_rid), in amdvi_alloc_intr_resources() 802 PCI_RID2SLOT(softc->pci_rid), PCI_RID2FUNC(softc->pci_rid)); in amdvi_alloc_intr_resources() 942 &softc->pci_rid, 0, "IOMMU RID"); in amdvi_add_sysctl()
|
| H A D | amdvi_priv.h | 397 uint16_t pci_rid; /* PCI BDF of IOMMU */ member
|
| H A D | ivrs_drv.c | 633 softc->pci_rid = ivhd->Header.DeviceId; in ivhd_attach()
|
| /f-stack/freebsd/arm64/rockchip/ |
| H A D | rk_pcie.c | 613 uint16_t pci_rid; in rk_pcie_get_id() local 619 pci_rid = pci_get_rid(child); in rk_pcie_get_id() 621 rv = ofw_bus_msimap(node, pci_rid, NULL, &rid); in rk_pcie_get_id()
|