Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/brcm/board/stingray/src/
Dpaxb.c251 const paxb_cfg *paxb; variable
259 if (paxb->core_needs_enable) in pcie_core_needs_enable()
260 return paxb->core_needs_enable(core_idx); in pcie_core_needs_enable()
290 for (core_idx = 0; core_idx < paxb->num_cores; core_idx++) { in paxb_rc_link_init()
294 link_width = paxb->get_link_width(core_idx); in paxb_rc_link_init()
300 link_speed = paxb->get_link_speed(); in paxb_rc_link_init()
352 for (core_idx = 0; core_idx < paxb->num_cores; core_idx++) { in paxb_start_link_up()
491 if (paxb->pipemux_init) { in pcie_cores_init()
492 ret = paxb->pipemux_init(); in pcie_cores_init()
501 for (core_idx = 0; core_idx < paxb->num_cores; core_idx++) { in pcie_cores_init()
[all …]
Dsr_paxb_phy.c515 link_width = paxb->get_link_width(core_idx); in paxb_serdes_gate_clock()
761 for (core_idx = 0; core_idx < paxb->num_cores; core_idx++) { in paxb_sr_phy_init()
768 link_width = paxb->get_link_width(core_idx); in paxb_sr_phy_init()
/external/arm-trusted-firmware/plat/brcm/board/stingray/include/
Dpaxb.h59 extern const paxb_cfg *paxb;
/external/arm-trusted-firmware/plat/brcm/board/stingray/
Dplatform.mk235 BL31_SOURCES += plat/${SOC_DIR}/src/paxb.c