Home
last modified time | relevance | path

Searched refs:PCI_REBAR_CTRL_BAR_IDX (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h1007 #define PCI_REBAR_CTRL_BAR_IDX 0x00000007 /* BAR index */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h1012 #define PCI_REBAR_CTRL_BAR_IDX 0x00000007 /* BAR index */ macro
/openbmc/linux/drivers/pci/
H A Dpci.c1826 bar_idx = ctrl & PCI_REBAR_CTRL_BAR_IDX; in pci_restore_rebar_state()
3788 bar_idx = ctrl & PCI_REBAR_CTRL_BAR_IDX; in pci_rebar_find_pos()
/openbmc/qemu/hw/vfio/
H A Dpci.c2276 PCI_REBAR_CTRL_BAR_IDX); in vfio_setup_rebar_ecap()