Searched refs:bw_stats (Results 1 – 1 of 1) sorted by relevance
/arch/mips/sibyte/sb1250/ |
D | bus_watcher.c | 54 } bw_stats; variable 90 status = bw_stats.status; in check_bus_watcher() 91 l2_err = bw_stats.l2_err; in check_bus_watcher() 92 memio_err = bw_stats.memio_err; in check_bus_watcher() 224 memset(&bw_stats, 0, sizeof(struct bw_stats_struct)); in sibyte_bus_watcher() 225 bw_stats.status_printed = 1; in sibyte_bus_watcher() 227 if (request_irq(K_INT_BAD_ECC, sibyte_bw_int, 0, "Bus watcher", &bw_stats)) { in sibyte_bus_watcher() 231 if (request_irq(K_INT_COR_ECC, sibyte_bw_int, 0, "Bus watcher", &bw_stats)) { in sibyte_bus_watcher() 232 free_irq(K_INT_BAD_ECC, &bw_stats); in sibyte_bus_watcher() 236 if (request_irq(K_INT_IO_BUS, sibyte_bw_int, 0, "Bus watcher", &bw_stats)) { in sibyte_bus_watcher() [all …]
|