Searched refs:B0_ISRC (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/net/fddi/skfp/h/ |
D | skfbi.h | 46 #define B0_ISRC 0x0008 /* 32 bit Interrupt source register */ macro 740 #define ISR_A ADDR(B0_ISRC) 742 #define GET_ISR_SMP(iop) inpd((iop)+B0_ISRC) 744 #define CHECK_ISR_SMP(iop) (inpd((iop)+B0_ISRC) & inpd((iop)+B0_IMSK))
|
/linux-5.19.10/drivers/net/ethernet/marvell/ |
D | skge.h | 23 B0_ISRC = 0x0008, enumerator
|
D | sky2.h | 260 B0_ISRC = 0x0008, enumerator
|
D | skge.c | 3621 if ((skge_read32(hw, B0_ISRC) & IS_HW_ERR) && in skge_reset() 3703 seq_printf(seq, "IRQ src=%x mask=%x\n", skge_read32(hw, B0_ISRC), in skge_debug_show()
|
D | sky2.c | 2966 if (sky2_read32(hw, B0_ISRC)) { in sky2_watchdog() 4396 sky2_read32(hw, B0_ISRC), in sky2_debug_show()
|