Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/lib/
Dramtest.c26 static u32 read_phys(unsigned long addr) in read_phys() function
54 backup = read_phys(CONFIG_RAMBASE); in quick_ram_check()
57 if (read_phys(CONFIG_RAMBASE) != 0x55555555) in quick_ram_check()
61 if (read_phys(CONFIG_RAMBASE) != 0xaaaaaaaa) in quick_ram_check()
65 if (read_phys(CONFIG_RAMBASE) != 0x00000000) in quick_ram_check()
69 if (read_phys(CONFIG_RAMBASE) != 0xffffffff) in quick_ram_check()