Lines Matching defs:base
31 /* Physical address of the base of the window = {AddrLow[19:0],20`h0} */
61 ERROR("Window %d: base address unaligned to 0x%x\n",
63 printf("Align up the base address to 0x%" PRIx64 "\n",
144 void iob_cfg_space_update(int ap_idx, int cp_idx, uintptr_t base,
149 iob_base = base + MVEBU_IOB_OFFSET;
151 NOTICE("Change the base address of AP%d-CP%d to %lx\n",
165 int init_iob(uintptr_t base)
173 /* Get the base address of the address decoding MBUS */
174 iob_base = base + MVEBU_IOB_OFFSET;
177 marvell_get_iob_memory_map(&win, &win_count, base);