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