Searched refs:CONSOLE_NAME (Results 1 – 1 of 1) sorted by relevance
36 #define CONSOLE_NAME "pci-console@0" macro289 stdin_set = !!strstr(stdinname, CONSOLE_NAME); in init_pcie_console()290 stdout_set = !!strstr(stdoutname, CONSOLE_NAME); in init_pcie_console()291 stderr_set = !!strstr(stderrname, CONSOLE_NAME); in init_pcie_console()296 ret = uclass_get_device_by_name(UCLASS_SERIAL, CONSOLE_NAME, in init_pcie_console()300 CONSOLE_NAME); in init_pcie_console()
Completed in 4 milliseconds