Searched refs:ram_code (Results 1 – 5 of 5) sorted by relevance
118 static int find_emc_tables(const void *blob, int node, int ram_code) in find_emc_tables() argument128 if (ram_code == -1) { in find_emc_tables()151 == ram_code) in find_emc_tables()156 ram_code); in find_emc_tables()178 int ram_code; in decode_emc() local182 ram_code = (readl(&pp->strapping_opt_a) & RAM_CODE_MASK) in decode_emc()202 node = find_emc_tables(blob, node, ram_code & 3); in decode_emc()
120 u32 ram_code; in warmboot_save_sdram_params() local136 ram_code = (readl(&apb_misc->strapping_opt_a) >> in warmboot_save_sdram_params()139 (char *)((struct sdram_params *)SDRAM_PARAMS_BASE + ram_code), in warmboot_save_sdram_params()
160 struct cb_ram_code *const ram_code = (struct cb_ram_code *)ptr; in cb_parse_ram_code() local162 info->ram_code = ram_code->ram_code; in cb_parse_ram_code()304 info->ram_code = ~0; in cb_parse_header()
206 u32 ram_code; member
387 u32 ram_code; member
Completed in 18 milliseconds