Lines Matching defs:target
77 printf("\tbank target start end\n");
191 uint32_t target;
195 target = mmio_read_32(CCU_WIN_CR_OFFSET(ap_index, win_id));
196 target >>= CCU_TARGET_ID_OFFSET;
197 target &= CCU_TARGET_ID_MASK;
202 if ((win->target_id != target) || (win->base_addr != base)) {
212 /* Returns current DRAM window target (DRAM_0_TID, DRAM_1_TID, RAR_TID)
226 uint32_t target;
228 target = mmio_read_32(CCU_WIN_CR_OFFSET(ap_index, win_id));
229 target >>= CCU_TARGET_ID_OFFSET;
230 target &= CCU_TARGET_ID_MASK;
232 return target;
235 void ccu_dram_target_set(int ap_index, uint32_t target)
247 dram_cr |= (target & CCU_TARGET_ID_MASK) << CCU_TARGET_ID_OFFSET;
325 * has SRAM_TID target and should not be disabled
347 * dedicated DRAM window as well, the GCR can be switched to the target
355 * only the window target considered valid, the address range should be
389 /* Get & set the default target according to board topology */