Lines Matching defs:base
14 #define MVEBU_DEC_WIN_CTRL_REG(base, win, off) (MVEBU_REGS_BASE + (base) + \
16 #define MVEBU_DEC_WIN_BASE_REG(base, win, off) (MVEBU_REGS_BASE + (base) + \
18 #define MVEBU_DEC_WIN_REMAP_REG(base, win, off) (MVEBU_REGS_BASE + (base) + \
41 uint32_t base = 0;
50 /* set base */
51 base = (base_addr / MVEBU_WIN_BASE_SIZE_ALIGNMENT) <<
54 /* set base address*/
57 base);
61 win_id, dec_win->win_offset), base);
70 INFO("set_io_addr_dec %d result: ctrl(0x%x) base(0x%x) remap(0x%x)\n",
93 * base and target from CPU-DRAM decode window and others
100 * with base(0) and size(4GB).
155 INFO("DRAM mapping %d base(0x%lx) size(0x%lx)\n",
167 INFO("Set IO decode window successfully, base(0x%x)"