Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-omap2/omap4/
Dboot.c73 limit = (length < OMAP_REBOOT_REASON_SIZE) ? length : in omap_reboot_mode()
74 OMAP_REBOOT_REASON_SIZE; in omap_reboot_mode()
96 for (i = 0; i < (OMAP_REBOOT_REASON_SIZE - 1) && mode[i] != '\0'; i++) in omap_reboot_mode_store()
/external/u-boot/arch/arm/include/asm/arch-omap4/
Domap.h126 #define OMAP_REBOOT_REASON_SIZE 0x0F macro