Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dxilinx-pcie.c48 #define ROOTCFG_RPSCR_BRIDGEEN (1 << 0) macro
249 s->rpscr &= ~ROOTCFG_RPSCR_BRIDGEEN; in xilinx_pcie_root_config_write()
250 s->rpscr |= val & ROOTCFG_RPSCR_BRIDGEEN; in xilinx_pcie_root_config_write()
251 memory_region_set_enabled(&s->mmio, val & ROOTCFG_RPSCR_BRIDGEEN); in xilinx_pcie_root_config_write()