Lines Matching defs:win
14 #define MVEBU_DEC_WIN_CTRL_REG(base, win, off) (MVEBU_REGS_BASE + (base) + \
15 (win) * (off))
16 #define MVEBU_DEC_WIN_BASE_REG(base, win, off) (MVEBU_REGS_BASE + (base) + \
17 (win) * (off) + 0x4)
18 #define MVEBU_DEC_WIN_REMAP_REG(base, win, off) (MVEBU_REGS_BASE + (base) + \
19 (win) * (off) + 0x8)
84 struct dram_win *win;
107 for (id = 0; id < win_map->dram_win_num; id++, win++) {
108 win = &win_map->dram_windows[id];
109 set_io_addr_dec_win(id, win->base_addr, win->win_size, dec_win);