Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/pf_pcie/
Dpf_pcie.c187 PCIE_BRIDGE * p_pcie_bridge; in PF_PCIE_enumeration() local
214 p_pcie_bridge = ((PCIE_BRIDGE *)((uintptr_t)(apb_addr + PCIE0_BRIDGE_PHY_ADDR_OFFSET))); in PF_PCIE_enumeration()
220 p_pcie_bridge = ((PCIE_BRIDGE *)((uintptr_t)(apb_addr + PCIE1_BRIDGE_PHY_ADDR_OFFSET))); in PF_PCIE_enumeration()
226 p_pcie_bridge = PCIE_CLEAR; in PF_PCIE_enumeration()
229 if ((NULL_POINTER != p_pcie_bridge) && in PF_PCIE_enumeration()
230 (ROOT_PORT_ENABLE == ((p_pcie_bridge->GEN_SETTINGS) & ROOT_PORT_ENABLE))) in PF_PCIE_enumeration()
232 g_rp_pcie_bridge = p_pcie_bridge; in PF_PCIE_enumeration()
239 p_pcie_bridge->ISTATUS_LOCAL = PCIE_ISTATUS_CLEAR; in PF_PCIE_enumeration()
240 p_pcie_bridge->IMASK_LOCAL = PCIE_CLEAR; in PF_PCIE_enumeration()
241 p_pcie_bridge->ISTATUS_HOST = PCIE_ISTATUS_CLEAR; in PF_PCIE_enumeration()
[all …]