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

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

Completed in 56 milliseconds