Searched refs:phy_bar (Results 1 – 3 of 3) sorted by relevance
245 if (bar != pdev->bars[idx].phy_bar) { in pdev_need_bar_restore()256 res->phy_bar = pci_pdev_read_cfg(bdf, offset, 4U); in get_pci_bar_resource()260 pci_pdev_write_cfg(bdf, offset, 4U, res->phy_bar); in get_pci_bar_resource()277 pci_pdev_write_cfg(pdev->bdf, pci_bar_offset(idx), 4U, pdev->bars[idx].phy_bar); in pdev_restore_bar()
278 uint32_t phy_bar; /* the origional raw data read from physical BAR */ member
417 vbar.bar_type.bits = pdev->bars[idx].phy_bar; in deny_pci_bar_access()419 base = pdev->bars[idx].phy_bar; in deny_pci_bar_access()423 base |= (((uint64_t)pdev->bars[idx].phy_bar) << 32UL); in deny_pci_bar_access()
Completed in 10 milliseconds