• Home
  • Raw
  • Download

Lines Matching refs:DBG

21 #define DBG(fmt...) do { printk(fmt); } while(0)  macro
23 #define DBG(fmt...) do { } while(0) macro
210 DBG(" -> add_legacy_isa_port(%s)\n", np->full_name); in add_legacy_isa_port()
258 DBG(" -> add_legacy_pci_port(%s)\n", np->full_name); in add_legacy_pci_port()
350 DBG("default console speed = %d\n", info->speed); in setup_legacy_serial_console()
369 DBG(" -> find_legacy_serial_port()\n"); in find_legacy_serial_ports()
376 DBG("stdout is %s\n", stdout->full_name); in find_legacy_serial_ports()
378 DBG(" no linux,stdout-path !\n"); in find_legacy_serial_ports()
442 DBG("legacy_serial_console = %d\n", legacy_serial_console); in find_legacy_serial_ports()
445 DBG(" <- find_legacy_serial_port()\n"); in find_legacy_serial_ports()
462 DBG("fixup_port_irq(%d)\n", index); in fixup_port_irq()
490 DBG("fixup_port_pio(%d)\n", index); in fixup_port_pio()
500 DBG("port %d, IO %lx -> %lx\n", in fixup_port_pio()
511 DBG("fixup_port_mmio(%d)\n", index); in fixup_port_mmio()
540 DBG("Fixing serial ports interrupts and IO ports ...\n"); in serial_dev_init()
554 DBG("Registering platform serial ports\n"); in serial_dev_init()
576 DBG(" -> check_legacy_serial_console()\n"); in check_legacy_serial_console()
580 DBG(" console was specified !\n"); in check_legacy_serial_console()
585 DBG(" of_chosen is NULL !\n"); in check_legacy_serial_console()
590 DBG(" legacy_serial_console not found !\n"); in check_legacy_serial_console()
597 DBG(" no linux,stdout-path !\n"); in check_legacy_serial_console()
602 DBG(" can't find stdout package %s !\n", name); in check_legacy_serial_console()
605 DBG("stdout is %s\n", prom_stdout->full_name); in check_legacy_serial_console()
609 DBG(" stdout package has no name !\n"); in check_legacy_serial_console()
632 DBG("Found serial console at ttyS%d\n", offset); in check_legacy_serial_console()
642 DBG("No preferred console found !\n"); in check_legacy_serial_console()