Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap4/
H A Dboot.c74 limit = (length < OMAP_REBOOT_REASON_SIZE) ? length : in omap_reboot_mode()
75 OMAP_REBOOT_REASON_SIZE; in omap_reboot_mode()
97 for (i = 0; i < (OMAP_REBOOT_REASON_SIZE - 1) && mode[i] != '\0'; i++) in omap_reboot_mode_store()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap4/
H A Domap.h127 #define OMAP_REBOOT_REASON_SIZE 0x0F macro