Home
last modified time | relevance | path

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

/arch/powerpc/boot/
Dofconsole.c17 static unsigned int of_stdout_handle; variable
24 && (of_getprop(devp, "stdout", &of_stdout_handle, in of_console_open()
25 sizeof(of_stdout_handle)) in of_console_open()
26 == sizeof(of_stdout_handle))) { in of_console_open()
27 of_stdout_handle = be32_to_cpu(of_stdout_handle); in of_console_open()
36 of_call_prom("write", 3, 1, of_stdout_handle, buf, len); in of_console_write()