Searched refs:cp_idx (Results 1 – 4 of 4) sorted by relevance
/tf-a-ffa_el3_spmc/plat/marvell/armada/common/mss/ |
A D | mss_scp_bootloader.h | 12 uintptr_t bl2_plat_get_cp_mss_regs(int ap_idx, int cp_idx); 13 uintptr_t bl2_plat_get_cp_mss_sram(int ap_idx, int cp_idx);
|
/tf-a-ffa_el3_spmc/plat/marvell/armada/a8k/common/mss/ |
A D | mss_bl2_setup.c | 122 uintptr_t bl2_plat_get_cp_mss_regs(int ap_idx, int cp_idx) in bl2_plat_get_cp_mss_regs() argument 124 return MVEBU_CP_REGS_BASE(cp_idx) + MSS_CP_REGS_OFFSET; in bl2_plat_get_cp_mss_regs() 127 uintptr_t bl2_plat_get_cp_mss_sram(int ap_idx, int cp_idx) in bl2_plat_get_cp_mss_sram() argument 129 return MVEBU_CP_REGS_BASE(cp_idx) + MSS_CP_SRAM_OFFSET; in bl2_plat_get_cp_mss_sram()
|
/tf-a-ffa_el3_spmc/include/drivers/marvell/ |
A D | iob.h | 28 void iob_cfg_space_update(int ap_idx, int cp_idx,
|
/tf-a-ffa_el3_spmc/drivers/marvell/ |
A D | iob.c | 141 void iob_cfg_space_update(int ap_idx, int cp_idx, uintptr_t base, in iob_cfg_space_update() argument 149 ap_idx, cp_idx, new_base); in iob_cfg_space_update()
|
Completed in 4 milliseconds