Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/x86/lib/
H A Dramtest.c27 static u32 read_phys(unsigned long addr) in read_phys() function
55 backup = read_phys(CONFIG_RAMBASE); in quick_ram_check()
58 if (read_phys(CONFIG_RAMBASE) != 0x55555555) in quick_ram_check()
62 if (read_phys(CONFIG_RAMBASE) != 0xaaaaaaaa) in quick_ram_check()
66 if (read_phys(CONFIG_RAMBASE) != 0x00000000) in quick_ram_check()
70 if (read_phys(CONFIG_RAMBASE) != 0xffffffff) in quick_ram_check()