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

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

Completed in 99 milliseconds