Home
last modified time | relevance | path

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

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