Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/drivers/marvell/
A Dccu.c70 uint8_t target_id; in dump_ccu() local
79 target_id = (win_cr >> CCU_TARGET_ID_OFFSET) & in dump_ccu()
88 win_id, target_id, start, end); in dump_ccu()
92 target_id = (win_cr >> CCU_GCR_TARGET_OFFSET) & CCU_GCR_TARGET_MASK; in dump_ccu()
93 printf("\tccu GCR %d - all other transactions\n", target_id); in dump_ccu()
139 ccu_win_reg |= (win->target_id & CCU_TARGET_ID_MASK) in ccu_enable_win()
199 if ((win->target_id != target) || (win->base_addr != base)) { in ccu_temp_win_remove()
357 if (IS_DRAM_TARGET(dram_win->target_id)) { in init_ccu()
358 dram_win->target_id = dram_target; in init_ccu()
A Dgwin.c70 if ((win->target_id & WIN_TARGET_MASK) != win->target_id) { in gwin_enable_window()
71 ERROR("target ID = %d, is invalid\n", win->target_id); in gwin_enable_window()
87 WIN_TARGET(win->target_id) | WIN_ENABLE_BIT); in gwin_enable_window()
141 if (win->target_id != target) { in gwin_temp_win_remove()
A Diob.c98 iob_win_reg |= (win->target_id & IOB_TARGET_ID_MASK) in iob_enable_win()
108 uint8_t target_id; in dump_iob() local
120 target_id = (win_cr >> IOB_TARGET_ID_OFFSET) & in dump_iob()
134 win_id, iob_target_name[target_id], in dump_iob()
A Dio_win.c65 if (win->target_id < 0 || win->target_id >= MVEBU_IO_WIN_MAX_WINS) { in io_win_enable_window()
66 ERROR("target ID = %d, is invalid\n", win->target_id); in io_win_enable_window()
87 mmio_write_32(IO_WIN_CR_OFFSET(ap_index, win_num), win->target_id); in io_win_enable_window()
144 if ((win->target_id != target) || (win->base_addr != base)) { in iow_temp_win_remove()
A Damb_adec.c82 ctrl = (size << AMB_SIZE_OFFSET) | (win->target_id << AMB_ATTR_OFFSET); in amb_enable_win()
/tf-a-ffa_el3_spmc/drivers/marvell/mc_trustzone/
A Dmc_trustzone.c56 val = base | (tz_size << 7) | win->target_id | TZ_VALID; in tz_enable_win()
59 __func__, base, (tz_size << 7), win->target_id, val); in tz_enable_win()
/tf-a-ffa_el3_spmc/include/drivers/marvell/
A Daddr_map.h18 uint32_t target_id; member
/tf-a-ffa_el3_spmc/drivers/marvell/mochi/
A Dap807_setup.c275 iowin_temp_win.target_id = mci_id; in update_cp110_default_win()

Completed in 15 milliseconds