Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/lib/
Dramtest.c12 static void write_phys(unsigned long addr, u32 value) in write_phys() function
55 write_phys(CONFIG_RAMBASE, 0x55555555); in quick_ram_check()
59 write_phys(CONFIG_RAMBASE, 0xaaaaaaaa); in quick_ram_check()
63 write_phys(CONFIG_RAMBASE, 0x00000000); in quick_ram_check()
67 write_phys(CONFIG_RAMBASE, 0xffffffff); in quick_ram_check()
72 write_phys(CONFIG_RAMBASE, backup); in quick_ram_check()