Home
last modified time | relevance | path

Searched refs:MAX_ROWS (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/recovery/
H A Dui.c33 #define MAX_ROWS 32 macro
77 static char text[MAX_ROWS][MAX_COLS];
82 static char menu[MAX_ROWS][MAX_COLS];
335 if (text_rows > MAX_ROWS) text_rows = MAX_ROWS; in ui_init()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dui.c33 #define MAX_ROWS 32 macro
80 static char text[MAX_ROWS][MAX_COLS];
85 static char menu[MAX_ROWS][MAX_COLS];
110 textInfo itemsInfo[MAX_ROWS];
565 if (text_rows > MAX_ROWS) text_rows = MAX_ROWS; in ui_init()
770 if (text_rows > MAX_ROWS) in ui_print_init()
771 text_rows = MAX_ROWS; in ui_print_init()
H A Dcommon.h110 #define MAX_ROWS 32 macro
H A Dpcba_core.c684 cur_p_y = MAX_ROWS / 2; in main()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-quark/
H A Dmrc.h28 #define MAX_ROWS (MAX_SIDES * MAX_SOCKETS) macro
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dbcm-keypad.c28 #define MAX_ROWS 8 macro