OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ram_code
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/arm/mach-tegra/tegra20/
emc.c
109
* otherwise we select the correct emc-tables subnode based on the '
ram_code
'
114
* @param
ram_code
RAM code to select (0-3, or -1 if unknown)
117
static int find_emc_tables(const void *blob, int node, int
ram_code
)
127
if (
ram_code
== -1) {
150
==
ram_code
)
155
ram_code
);
177
int
ram_code
;
local
181
ram_code
= (readl(&pp->strapping_opt_a) & RAM_CODE_MASK)
201
node = find_emc_tables(blob, node,
ram_code
& 3);
warmboot.c
123
u32
ram_code
;
local
139
ram_code
= (readl(&apb_misc->strapping_opt_a) >>
142
(char *)((struct sdram_params *)SDRAM_PARAMS_BASE +
ram_code
),
Completed in 447 milliseconds