Searched refs:PCI_REBAR_CTRL (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pcie-designware-ep.c | 677 reg = dw_pcie_readl_dbi(pci, offset + PCI_REBAR_CTRL); in dw_pcie_ep_init_complete() 686 for (i = 0; i < nbars; i++, offset += PCI_REBAR_CTRL) in dw_pcie_ep_init_complete()
|
/openbmc/linux/drivers/pci/ |
H A D | pci.c | 1817 pci_read_config_dword(pdev, pos + PCI_REBAR_CTRL, &ctrl); in pci_restore_rebar_state() 1825 pci_read_config_dword(pdev, pos + PCI_REBAR_CTRL, &ctrl); in pci_restore_rebar_state() 1831 pci_write_config_dword(pdev, pos + PCI_REBAR_CTRL, ctrl); in pci_restore_rebar_state() 3780 pci_read_config_dword(pdev, pos + PCI_REBAR_CTRL, &ctrl); in pci_rebar_find_pos() 3787 pci_read_config_dword(pdev, pos + PCI_REBAR_CTRL, &ctrl); in pci_rebar_find_pos() 3842 pci_read_config_dword(pdev, pos + PCI_REBAR_CTRL, &ctrl); in pci_rebar_get_current_size() 3864 pci_read_config_dword(pdev, pos + PCI_REBAR_CTRL, &ctrl); in pci_rebar_set_size() 3867 pci_write_config_dword(pdev, pos + PCI_REBAR_CTRL, ctrl); in pci_rebar_set_size()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 1006 #define PCI_REBAR_CTRL 8 /* control register */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 1011 #define PCI_REBAR_CTRL 8 /* control register */ macro
|
/openbmc/qemu/hw/vfio/ |
H A D | pci.c | 2248 ctrl = pci_get_long(vdev->pdev.config + pos + PCI_REBAR_CTRL); in vfio_setup_rebar_ecap() 2255 ctrl = pci_get_long(vdev->pdev.config + pos + PCI_REBAR_CTRL + (i * 8)); in vfio_setup_rebar_ecap() 2285 vfio_add_emulated_long(vdev, pos + PCI_REBAR_CTRL + (i * 8), ctrl, ~0); in vfio_setup_rebar_ecap()
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_config.c | 1417 ret = pci_read_config_byte(pdev, epos + PCI_REBAR_CTRL, &byte); in vfio_ext_cap_len()
|