Lines Matching defs:base
27 /* Physical address of the base of the window = {Addr[19:0],20`h0} */
46 /* for IO The base is always 1M aligned */
50 NOTICE("%s: Align up the base address to 0x%" PRIx64 "\n",
108 * CPx base address to access the CP configuration space prior to
109 * the further base address update in accordance with address mapping
137 uint64_t base;
143 base = mmio_read_32(IO_WIN_ALR_OFFSET(ap_index, win_id));
144 base &= ~WIN_ENABLE_BIT;
145 base <<= ADDRESS_SHIFT;
147 if ((win->target_id != target) || (win->base_addr != base)) {