Searched refs:paxb (Results 1 – 4 of 4) sorted by relevance
251 const paxb_cfg *paxb; variable259 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 …]
515 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()
59 extern const paxb_cfg *paxb;
235 BL31_SOURCES += plat/${SOC_DIR}/src/paxb.c