Home
last modified time | relevance | path

Searched refs:swt_mem (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/imx/imx8ulp/
H A Dimx8ulp_psci.c184 .swt_mem[0] = SWT_MEM(0x0, 0x0, 0x1ffff),
185 .swt_mem[1] = SWT_MEM(0x003fffff, 0x003fffff, 0x0),
190 .swt_mem[0] = SWT_MEM(0x00010c00, 0x0, 0x1ffff),
191 .swt_mem[1] = SWT_MEM(0x003fffff, 0x003f0000, 0x0),
196 .swt_mem[0] = SWT_MEM(0x0001fffd, 0x0001fffd, 0x1ffff),
197 .swt_mem[1] = SWT_MEM(0x003fffff, 0x003fffff, 0x0),
202 .swt_mem[0] = SWT_MEM(0x0001fffd, 0x0001fffd, 0x1ffff),
203 .swt_mem[1] = SWT_MEM(0x003fffff, 0x003fffff, 0x0),
/rk3399_ARM-atf/plat/imx/imx8ulp/upower/
H A Dupower_soc_defs.h877 struct upwr_mem_switches_t *swt_mem; /* Swt to mem. arrays, perif */ member
881 uint32_t swt_mem;
884 struct upwr_mem_switches_t *swt_mem; /* Swt to mem. arrays, perif */
H A Dupower_defs.h562 volatile struct upwr_mem_switches_t swt_mem[UPWR_PMC_MEM_WORDS]; member