Lines Matching refs:DBG
23 #define DBG(fmt...) do { printk(fmt); } while(0) macro
25 #define DBG(fmt...) do { } while(0) macro
213 DBG(" -> add_legacy_isa_port(%pOF)\n", np); in add_legacy_isa_port()
262 DBG(" -> add_legacy_pci_port(%pOF)\n", np); in add_legacy_pci_port()
353 DBG("default console speed = %d\n", info->speed); in setup_legacy_serial_console()
399 DBG(" -> find_legacy_serial_port()\n"); in find_legacy_serial_ports()
408 DBG("stdout is %pOF\n", stdout); in find_legacy_serial_ports()
410 DBG(" no linux,stdout-path !\n"); in find_legacy_serial_ports()
476 DBG("legacy_serial_console = %d\n", legacy_serial_console); in find_legacy_serial_ports()
479 DBG(" <- find_legacy_serial_port()\n"); in find_legacy_serial_ports()
496 DBG("fixup_port_irq(%d)\n", index); in fixup_port_irq()
526 DBG("fixup_port_pio(%d)\n", index); in fixup_port_pio()
536 DBG("port %d, IO %lx -> %lx\n", in fixup_port_pio()
547 DBG("fixup_port_mmio(%d)\n", index); in fixup_port_mmio()
576 DBG("Fixing serial ports interrupts and IO ports ...\n"); in serial_dev_init()
590 DBG("Registering platform serial ports\n"); in serial_dev_init()
612 DBG(" -> check_legacy_serial_console()\n"); in check_legacy_serial_console()
616 DBG(" console was specified !\n"); in check_legacy_serial_console()
621 DBG(" of_chosen is NULL !\n"); in check_legacy_serial_console()
626 DBG(" legacy_serial_console not found !\n"); in check_legacy_serial_console()
635 DBG(" no stdout-path !\n"); in check_legacy_serial_console()
640 DBG(" can't find stdout package %s !\n", name); in check_legacy_serial_console()
643 DBG("stdout is %pOF\n", prom_stdout); in check_legacy_serial_console()
647 DBG(" stdout package has no name !\n"); in check_legacy_serial_console()
670 DBG("Found serial console at ttyS%d\n", offset); in check_legacy_serial_console()
680 DBG("No preferred console found !\n"); in check_legacy_serial_console()