Home
last modified time | relevance | path

Searched refs:find_ram_base (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_md.py14 ram_base = u_boot_utils.find_ram_base(u_boot_console)
30 ram_base = u_boot_utils.find_ram_base(u_boot_console)
H A Dtest_net.py150 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)
H A Dtest_efi_loader.py122 addr = u_boot_utils.find_ram_base(u_boot_console) + (1024 * 1024 * 4)
/OK3568_Linux_fs/u-boot/test/py/
H A Du_boot_utils.py204 def find_ram_base(u_boot_console): function