OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MXS_DRAM_BASE
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/arm/cpu/arm926ejs/mxs/
spl_mem_init.c
107
writel(mxs_dram_vals[i],
MXS_DRAM_BASE
+ (4 * i));
130
writel(mxs_dram_vals[i],
MXS_DRAM_BASE
+ (4 * i));
137
writel((1 << 24),
MXS_DRAM_BASE
+ (4 * 8));
284
clrbits_le32(
MXS_DRAM_BASE
+ 0x20, (1 << 16) | (1 << 8));
289
setbits_le32(
MXS_DRAM_BASE
+ 0x20, 1 << 16);
291
clrbits_le32(
MXS_DRAM_BASE
+ 0x40, 1 << 17);
304
setbits_le32(
MXS_DRAM_BASE
+ 0x40, 1 << 19);
305
setbits_le32(
MXS_DRAM_BASE
+ 0x40, 1 << 11);
326
clrbits_le32(
MXS_DRAM_BASE
+ 0x40, 1);
331
clrbits_le32(
MXS_DRAM_BASE
+ 0x44, 1)
[
all
...]
/external/u-boot/arch/arm/include/asm/arch-mxs/
regs-base.h
57
#define
MXS_DRAM_BASE
0x800E0000
113
#define
MXS_DRAM_BASE
0x800E0000
Completed in 585 milliseconds