Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/mti-malta/
Dmalta-display.c21 static unsigned int max_display_count; variable
45 if (display_count == max_display_count) in scroll_display_message()
54 max_display_count = strlen(display_string) + 1 - 8; in mips_scroll_message()
/linux-4.4.14/arch/mips/mti-sead3/
Dsead3-display.c13 static unsigned int max_display_count; variable
67 if (display_count == max_display_count) in scroll_display_message()
75 max_display_count = strlen(display_string) + 1 - 16; in mips_scroll_message()