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()
474 DBG("legacy_serial_console = %d\n", legacy_serial_console); in find_legacy_serial_ports()
477 DBG(" <- find_legacy_serial_port()\n"); in find_legacy_serial_ports()
494 DBG("fixup_port_irq(%d)\n", index); in fixup_port_irq()
524 DBG("fixup_port_pio(%d)\n", index); in fixup_port_pio()
534 DBG("port %d, IO %lx -> %lx\n", in fixup_port_pio()
545 DBG("fixup_port_mmio(%d)\n", index); in fixup_port_mmio()
574 DBG("Fixing serial ports interrupts and IO ports ...\n"); in serial_dev_init()
588 DBG("Registering platform serial ports\n"); in serial_dev_init()
610 DBG(" -> check_legacy_serial_console()\n"); in check_legacy_serial_console()
614 DBG(" console was specified !\n"); in check_legacy_serial_console()
619 DBG(" of_chosen is NULL !\n"); in check_legacy_serial_console()
624 DBG(" legacy_serial_console not found !\n"); in check_legacy_serial_console()
633 DBG(" no stdout-path !\n"); in check_legacy_serial_console()
638 DBG(" can't find stdout package %s !\n", name); in check_legacy_serial_console()
641 DBG("stdout is %pOF\n", prom_stdout); in check_legacy_serial_console()
645 DBG(" stdout package has no name !\n"); in check_legacy_serial_console()
668 DBG("Found serial console at ttyS%d\n", offset); in check_legacy_serial_console()
678 DBG("No preferred console found !\n"); in check_legacy_serial_console()