Lines Matching refs:printk
150 printk("lca.c:conf_read: got stat0=%lx\n", stat0); in conf_read()
187 printk("lca.c:conf_write: got stat0=%lx\n", stat0); in conf_write()
338 printk(" %s %s error to %s occurred at address %x\n", in mem_error()
345 printk(" A b-cache tag parity error was detected.\n"); in mem_error()
348 printk(" Several other correctable errors occurred.\n"); in mem_error()
351 printk(" Several other uncorrectable errors occurred.\n"); in mem_error()
354 printk(" Attempted to access non-existent memory.\n"); in mem_error()
376 printk(" %s initiated PCI %s cycle to address %x" in ioc_error()
381 printk(" (Error occurred at PCI memory address %x.)\n", in ioc_error()
385 printk(" Other PCI errors occurred simultaneously.\n"); in ioc_error()
399 printk(KERN_CRIT "LCA machine check: vector=%#lx pc=%#lx code=%#x\n", in lca_machine_check()
429 printk(KERN_CRIT in lca_machine_check()
442 printk(KERN_CRIT " Reason: %s (long frame%s):\n", in lca_machine_check()
444 printk(KERN_CRIT in lca_machine_check()
447 printk(KERN_CRIT " car: %#lx\n", el.l->car); in lca_machine_check()
457 printk(KERN_CRIT " Unknown errorlog size %d\n", el.c->size); in lca_machine_check()
466 printk(KERN_CRIT " +%8lx %016lx %016lx\n", in lca_machine_check()
485 printk("Status of clock control:\n"); in lca_clock_print()
486 printk("\tPrimary clock divisor\t0x%lx\n", LCA_GET_PRIMARY(pmr_reg)); in lca_clock_print()
487 printk("\tOverride clock divisor\t0x%lx\n", LCA_GET_OVERRIDE(pmr_reg)); in lca_clock_print()
488 printk("\tInterrupt override is %s\n", in lca_clock_print()
490 printk("\tDMA override is %s\n", in lca_clock_print()