Home
last modified time | relevance | path

Searched refs:OVERWRITE_CONSOLE (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/include/
Dtegra-kbc.h28 #define OVERWRITE_CONSOLE overwrite_console() macro
30 #define OVERWRITE_CONSOLE 0 macro
Dinput.h197 #define OVERWRITE_CONSOLE overwrite_console() macro
199 #define OVERWRITE_CONSOLE 0 macro
/external/u-boot/common/
Dconsole.c97 #define OVERWRITE_CONSOLE overwrite_console() macro
99 #define OVERWRITE_CONSOLE 0 macro
802 if (OVERWRITE_CONSOLE == 0) { /* if not overwritten by config switch */ in console_init_r()
/external/u-boot/drivers/input/
Dinput.c659 if (OVERWRITE_CONSOLE || in input_stdio_register()