Lines Matching full:pdc
3 * PDC Console support - ie use firmware to dump text via boot console
20 * The PDC console is a simple console, which can be used for debugging
24 * This code uses the ROM (=PDC) based functions to read and write characters
25 * from and to PDC's boot path.
40 #include <asm/pdc.h> /* for iodc_call() proto and friends */
150 * It is unregistered if the pdc console was not selected as the in pdc_console_tty_driver_init()
162 printk(KERN_INFO "PDC console driver not registered anymore, not creating %s\n", pdc_cons.name); in pdc_console_tty_driver_init()
166 printk(KERN_INFO "The PDC console driver is still registered, removing CON_BOOT flag\n"); in pdc_console_tty_driver_init()
189 printk(KERN_ERR "Unable to register the PDC console TTY driver\n"); in pdc_console_tty_driver_init()
228 /* register the pdc console */ in pdc_console_init_force()
238 printk(KERN_INFO "Initialized PDC Console for debugging.\n"); in pdc_console_init()
246 * properly initialised after the PDC IO reset. This routine unregisters
247 * all of the current consoles, reinitializes the pdc console and
265 /* force registering the pdc console */ in pdc_console_restart()