Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/boot/
Dofconsole.c21 static unsigned int of_stdout_handle; variable
28 && (of_getprop(devp, "stdout", &of_stdout_handle, in of_console_open()
29 sizeof(of_stdout_handle)) in of_console_open()
30 == sizeof(of_stdout_handle))) { in of_console_open()
31 of_stdout_handle = be32_to_cpu(of_stdout_handle); in of_console_open()
40 of_call_prom("write", 3, 1, of_stdout_handle, buf, len); in of_console_write()