Searched refs:find_ram_base (Results 1 – 4 of 4) sorted by relevance
14 ram_base = u_boot_utils.find_ram_base(u_boot_console)30 ram_base = u_boot_utils.find_ram_base(u_boot_console)
150 addr = u_boot_utils.find_ram_base(u_boot_console) + (1024 * 1024 * 4)190 addr = u_boot_utils.find_ram_base(u_boot_console) + (1024 * 1024 * 4)
122 addr = u_boot_utils.find_ram_base(u_boot_console) + (1024 * 1024 * 4)
204 def find_ram_base(u_boot_console): function