Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-omap2/omap4/
Dboot.c77 mode[i] = readb((u8 *)(OMAP44XX_SAR_RAM_BASE + in omap_reboot_mode()
87 writeb(0, (u8 *)(OMAP44XX_SAR_RAM_BASE + OMAP_REBOOT_REASON_OFFSET)); in omap_reboot_mode_clear()
97 writeb(mode[i], (u8 *)(OMAP44XX_SAR_RAM_BASE + in omap_reboot_mode_store()
100 writeb('\0', (u8 *)(OMAP44XX_SAR_RAM_BASE + in omap_reboot_mode_store()
/external/u-boot/arch/arm/include/asm/arch-omap4/
Domap.h124 #define OMAP44XX_SAR_RAM_BASE 0x4a326000 macro