Lines Matching refs:printk
39 printk("MACEPCI: Master abort at 0x%08x (%c)\n", addr, s); in macepci_error()
43 printk("MACEPCI: Target abort at 0x%08x (%c)\n", addr, s); in macepci_error()
47 printk("MACEPCI: Data parity error at 0x%08x (%c)\n", addr, s); in macepci_error()
51 printk("MACEPCI: Retry error at 0x%08x (%c)\n", addr, s); in macepci_error()
55 printk("MACEPCI: Illegal command at 0x%08x (%c)\n", addr, s); in macepci_error()
59 printk("MACEPCI: System error at 0x%08x (%c)\n", addr, s); in macepci_error()
63 printk("MACEPCI: Parity error at 0x%08x (%c)\n", addr, s); in macepci_error()
67 printk("MACEPCI: Overrun error at 0x%08x (%c)\n", addr, s); in macepci_error()
71 printk("MACEPCI: Signaled target abort (clearing)\n"); in macepci_error()
75 printk("MACEPCI: Interrupt test triggered (clearing)\n"); in macepci_error()
134 printk("MACE PCI rev %d\n", mace->pci.rev); in mace_init()