Searched refs:OMAP_REBOOT_REASON_SIZE (Results 1 – 2 of 2) sorted by relevance
73 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()
126 #define OMAP_REBOOT_REASON_SIZE 0x0F macro