Lines Matching refs:win
18 #define CCU_WIN_CR_OFFSET(ap, win) (MVEBU_CCU_BASE(ap) + 0x0 + \ argument
19 (0x10 * win))
23 #define CCU_WIN_SCR_OFFSET(ap, win) (MVEBU_CCU_BASE(ap) + 0x4 + \ argument
24 (0x10 * win))
28 #define CCU_WIN_ALR_OFFSET(ap, win) (MVEBU_CCU_BASE(ap) + 0x8 + \ argument
29 (0x10 * win))
30 #define CCU_WIN_AHR_OFFSET(ap, win) (MVEBU_CCU_BASE(ap) + 0xC + \ argument
31 (0x10 * win))
41 void ccu_win_check(struct addr_map_win *win);
42 void ccu_enable_win(int ap_index, struct addr_map_win *win, uint32_t win_id);
43 void ccu_temp_win_insert(int ap_index, struct addr_map_win *win, int size);
44 void ccu_temp_win_remove(int ap_index, struct addr_map_win *win, int size);
45 void ccu_dram_win_config(int ap_index, struct addr_map_win *win);