Lines Matching refs:watcher
50 printk("Bus watcher error counters: %08x %08x\n", l2_err, memio_err);
61 * to see the most recent status of the bus watcher, which might have
79 #error bus watcher being built for unknown Sibyte SOC!
82 printk("Using last values reaped by bus watcher driver\n");
93 printk("Bus watcher indicates no error\n");
147 * sibyte_bw_int - handle bus watcher interrupts and accumulate counts
197 if (request_irq(K_INT_BAD_ECC, sibyte_bw_int, 0, "Bus watcher", &bw_stats)) {
198 printk("Failed to register bus watcher BAD_ECC irq\n");
201 if (request_irq(K_INT_COR_ECC, sibyte_bw_int, 0, "Bus watcher", &bw_stats)) {
203 printk("Failed to register bus watcher COR_ECC irq\n");
206 if (request_irq(K_INT_IO_BUS, sibyte_bw_int, 0, "Bus watcher", &bw_stats)) {
209 printk("Failed to register bus watcher IO_BUS irq\n");