Home
last modified time | relevance | path

Searched defs:win (Results 1 – 21 of 21) sorted by relevance

/arm-trusted-firmware-2.8.0/drivers/marvell/
A Diob.c37 #define IOB_WIN_CR_OFFSET(win) (iob_base + 0x0 + (0x20 * win)) argument
41 #define IOB_WIN_SCR_OFFSET(win) (iob_base + 0x4 + (0x20 * win)) argument
47 #define IOB_WIN_ALR_OFFSET(win) (iob_base + 0x8 + (0x20 * win)) argument
48 #define IOB_WIN_AHR_OFFSET(win) (iob_base + 0xC + (0x20 * win)) argument
50 #define IOB_WIN_DIOB_CR_OFFSET(win) (iob_base + 0x10 + (0x20 * win)) argument
56 static void iob_win_check(struct addr_map_win *win, uint32_t win_num) in iob_win_check()
76 static void iob_enable_win(struct addr_map_win *win, uint32_t win_id) in iob_enable_win()
167 struct addr_map_win *win; in init_iob() local
A Dgwin.c40 #define GWIN_CR_OFFSET(ap, win) (MVEBU_GWIN_BASE(ap) + 0x0 + \ argument
42 #define GWIN_ALR_OFFSET(ap, win) (MVEBU_GWIN_BASE(ap) + 0x8 + \ argument
44 #define GWIN_AHR_OFFSET(ap, win) (MVEBU_GWIN_BASE(ap) + 0xc + \ argument
50 static void gwin_check(struct addr_map_win *win) in gwin_check()
67 static void gwin_enable_window(int ap_index, struct addr_map_win *win, in gwin_enable_window()
110 void gwin_temp_win_insert(int ap_index, struct addr_map_win *win, int size) in gwin_temp_win_insert()
126 void gwin_temp_win_remove(int ap_index, struct addr_map_win *win, int size) in gwin_temp_win_remove()
182 struct addr_map_win *win; in init_gwin() local
A Dio_win.c34 #define IO_WIN_ALR_OFFSET(ap, win) (MVEBU_IO_WIN_BASE(ap) + 0x0 + \ argument
36 #define IO_WIN_AHR_OFFSET(ap, win) (MVEBU_IO_WIN_BASE(ap) + 0x8 + \ argument
38 #define IO_WIN_CR_OFFSET(ap, win) (MVEBU_IO_WIN_BASE(ap) + 0xC + \ argument
44 static void io_win_check(struct addr_map_win *win) in io_win_check()
62 static void io_win_enable_window(int ap_index, struct addr_map_win *win, in io_win_enable_window()
115 void iow_temp_win_insert(int ap_index, struct addr_map_win *win, int size) in iow_temp_win_insert()
131 void iow_temp_win_remove(int ap_index, struct addr_map_win *win, int size) in iow_temp_win_remove()
230 struct addr_map_win *win; in init_io_win() local
A Damb_adec.c29 #define AMB_WIN_CR_OFFSET(win) (amb_base + 0x0 + (0x8 * win)) argument
35 #define AMB_WIN_BASE_OFFSET(win) (amb_base + 0x4 + (0x8 * win)) argument
44 static void amb_check_win(struct addr_map_win *win, uint32_t win_num) in amb_check_win()
75 static void amb_enable_win(struct addr_map_win *win, uint32_t win_num) in amb_enable_win()
121 struct addr_map_win *win; in init_amb_adec() local
A Dccu.c63 #define CCU_RGF(win) (MVEBU_CCU_BASE(MVEBU_AP0) + \ argument
100 void ccu_win_check(struct addr_map_win *win) in ccu_win_check()
123 void ccu_enable_win(int ap_index, struct addr_map_win *win, uint32_t win_id) in ccu_enable_win()
169 void ccu_temp_win_insert(int ap_index, struct addr_map_win *win, int size) in ccu_temp_win_insert()
185 void ccu_temp_win_remove(int ap_index, struct addr_map_win *win, int size) in ccu_temp_win_remove()
252 void ccu_dram_win_config(int ap_index, struct addr_map_win *win) in ccu_dram_win_config()
319 struct addr_map_win *win, *dram_win; in init_ccu() local
/arm-trusted-firmware-2.8.0/include/drivers/marvell/
A Dccu.h18 #define CCU_WIN_CR_OFFSET(ap, win) (MVEBU_CCU_BASE(ap) + 0x0 + \ argument
23 #define CCU_WIN_SCR_OFFSET(ap, win) (MVEBU_CCU_BASE(ap) + 0x4 + \ argument
28 #define CCU_WIN_ALR_OFFSET(ap, win) (MVEBU_CCU_BASE(ap) + 0x8 + \ argument
30 #define CCU_WIN_AHR_OFFSET(ap, win) (MVEBU_CCU_BASE(ap) + 0xC + \ argument
/arm-trusted-firmware-2.8.0/plat/marvell/armada/a8k/a70x0_mochabin/board/
A Dmarvell_plat_config.c28 int marvell_get_amb_memory_map(struct addr_map_win **win, in marvell_get_amb_memory_map()
59 int marvell_get_io_win_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_io_win_memory_map()
89 int marvell_get_iob_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_iob_memory_map()
124 int marvell_get_ccu_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_ccu_memory_map()
/arm-trusted-firmware-2.8.0/plat/marvell/armada/a8k/a70x0/board/
A Dmarvell_plat_config.c26 int marvell_get_amb_memory_map(struct addr_map_win **win, in marvell_get_amb_memory_map()
57 int marvell_get_io_win_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_io_win_memory_map()
87 int marvell_get_iob_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_iob_memory_map()
122 int marvell_get_ccu_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_ccu_memory_map()
/arm-trusted-firmware-2.8.0/plat/marvell/octeontx/otx2/t91/t9130/board/
A Dmarvell_plat_config.c26 int marvell_get_amb_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_amb_memory_map()
79 int marvell_get_io_win_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_io_win_memory_map()
127 int marvell_get_iob_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_iob_memory_map()
173 int marvell_get_ccu_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_ccu_memory_map()
/arm-trusted-firmware-2.8.0/plat/marvell/armada/a8k/a70x0_amc/board/
A Dmarvell_plat_config.c23 int marvell_get_amb_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_amb_memory_map()
54 int marvell_get_io_win_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_io_win_memory_map()
78 int marvell_get_iob_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_iob_memory_map()
113 int marvell_get_ccu_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_ccu_memory_map()
/arm-trusted-firmware-2.8.0/plat/marvell/octeontx/otx2/t91/t9130_cex7_eval/board/
A Dmarvell_plat_config.c32 int marvell_get_amb_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_amb_memory_map()
102 int marvell_get_io_win_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_io_win_memory_map()
158 int marvell_get_iob_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_iob_memory_map()
205 int marvell_get_ccu_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_ccu_memory_map()
/arm-trusted-firmware-2.8.0/plat/marvell/armada/a8k/a80x0/board/
A Dmarvell_plat_config.c26 int marvell_get_amb_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_amb_memory_map()
65 int marvell_get_io_win_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_io_win_memory_map()
106 int marvell_get_iob_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_iob_memory_map()
151 int marvell_get_ccu_memory_map(int ap, struct addr_map_win **win, in marvell_get_ccu_memory_map()
/arm-trusted-firmware-2.8.0/plat/marvell/armada/a8k/a80x0_mcbin/board/
A Dmarvell_plat_config.c60 int marvell_get_amb_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_amb_memory_map()
95 int marvell_get_io_win_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_io_win_memory_map()
136 int marvell_get_iob_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_iob_memory_map()
181 int marvell_get_ccu_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_ccu_memory_map()
/arm-trusted-firmware-2.8.0/plat/marvell/armada/a8k/a80x0_puzzle/board/
A Dmarvell_plat_config.c60 int marvell_get_amb_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_amb_memory_map()
99 int marvell_get_io_win_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_io_win_memory_map()
140 int marvell_get_iob_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_iob_memory_map()
182 int marvell_get_ccu_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_ccu_memory_map()
/arm-trusted-firmware-2.8.0/plat/marvell/armada/a3k/common/
A Dio_addr_dec.c14 #define MVEBU_DEC_WIN_CTRL_REG(base, win, off) (MVEBU_REGS_BASE + (base) + \ argument
16 #define MVEBU_DEC_WIN_BASE_REG(base, win, off) (MVEBU_REGS_BASE + (base) + \ argument
18 #define MVEBU_DEC_WIN_REMAP_REG(base, win, off) (MVEBU_REGS_BASE + (base) + \ argument
84 struct dram_win *win; in set_io_addr_dec() local
A Dmarvell_plat_config.c27 int marvell_get_io_dec_win_conf(struct dec_win_config **win, uint32_t *size) in marvell_get_io_dec_win_conf()
A Ddram_win.c190 struct dram_win *win; in dram_win_map_build() local
/arm-trusted-firmware-2.8.0/drivers/marvell/mc_trustzone/
A Dmc_trustzone.c32 void tz_enable_win(int ap_index, const struct addr_map_win *win, int win_id) in tz_enable_win()
/arm-trusted-firmware-2.8.0/plat/marvell/armada/a8k/common/include/
A Da8k_plat_def.h70 #define MVEBU_AP_MC_TRUSTZONE_REG_LOW(ap, win) (MVEBU_REGS_BASE_AP(ap) + \ argument
72 #define MVEBU_AP_MC_TRUSTZONE_REG_HIGH(ap, win) (MVEBU_REGS_BASE_AP(ap) + \ argument
/arm-trusted-firmware-2.8.0/drivers/marvell/mochi/
A Dcp110_setup.c54 #define MVEBU_AMB_IP_BRIDGE_WIN_REG(win) (MVEBU_AMB_IP_OFFSET + \ argument
/arm-trusted-firmware-2.8.0/drivers/renesas/common/ddr/ddr_b/
A Dboot_init_dram.c3287 int32_t win; in wdqdm_ana1() local
3675 int32_t win; in rdqdm_ana1() local

Completed in 23 milliseconds