Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/pf_pcie/
Dpf_pcie.c164 static PCIE_BRIDGE * g_rp_pcie_bridge = PCIE_CLEAR; variable
232 g_rp_pcie_bridge = p_pcie_bridge; in PF_PCIE_enumeration()
410 if (NULL_POINTER != g_rp_pcie_bridge) in PF_PCIE_allocate_memory()
413 g_rp_pcie_bridge->ATR0_AXI4_SLV0_TRSL_PARAM = PCIE_CONFIG_INTERFACE; in PF_PCIE_allocate_memory()
564 g_rp_pcie_bridge->ATR0_AXI4_SLV0_TRSL_PARAM = PCIE_TX_RX_INTERFACE; in PF_PCIE_allocate_memory()
587 if (NULL_POINTER != g_rp_pcie_bridge) in PF_PCIE_enable_config_space_msi()
593 g_rp_pcie_bridge->ATR0_AXI4_SLV0_TRSL_PARAM = PCIE_CONFIG_INTERFACE; in PF_PCIE_enable_config_space_msi()
638 g_rp_pcie_bridge->ATR0_AXI4_SLV0_TRSL_PARAM = PCIE_TX_RX_INTERFACE; in PF_PCIE_enable_config_space_msi()
734 if (NULL_POINTER == g_rp_pcie_bridge) in PF_PCIE_config_space_atr_table_init()
738g_rp_pcie_bridge = ((PCIE_BRIDGE *)((uintptr_t)(apb_addr + PCIE0_BRIDGE_PHY_ADDR_OFFSET))); in PF_PCIE_config_space_atr_table_init()
[all …]