Searched refs:sibyte_bw_int (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/sibyte/common/ |
H A D | bus_watcher.c | 147 * sibyte_bw_int - handle bus watcher interrupts and accumulate counts 152 static irqreturn_t sibyte_bw_int(int irq, void *data) in sibyte_bw_int() function 197 if (request_irq(K_INT_BAD_ECC, sibyte_bw_int, 0, "Bus watcher", &bw_stats)) { in sibyte_bus_watcher() 201 if (request_irq(K_INT_COR_ECC, sibyte_bw_int, 0, "Bus watcher", &bw_stats)) { in sibyte_bus_watcher() 206 if (request_irq(K_INT_IO_BUS, sibyte_bw_int, 0, "Bus watcher", &bw_stats)) { in sibyte_bus_watcher()
|
/kernel/linux/linux-6.6/arch/mips/sibyte/common/ |
H A D | bus_watcher.c | 147 * sibyte_bw_int - handle bus watcher interrupts and accumulate counts 152 static irqreturn_t sibyte_bw_int(int irq, void *data) in sibyte_bw_int() function 197 if (request_irq(K_INT_BAD_ECC, sibyte_bw_int, 0, "Bus watcher", &bw_stats)) { in sibyte_bus_watcher() 201 if (request_irq(K_INT_COR_ECC, sibyte_bw_int, 0, "Bus watcher", &bw_stats)) { in sibyte_bus_watcher() 206 if (request_irq(K_INT_IO_BUS, sibyte_bw_int, 0, "Bus watcher", &bw_stats)) { in sibyte_bus_watcher()
|
Completed in 2 milliseconds