Searched refs:B0_ISRC (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/fddi/skfp/h/ |
D | skfbi.h | 264 #define B0_ISRC 0x0008 /* 32 bit Interrupt source register */ macro 972 #define ISR_A ADDR(B0_ISRC) 974 #define GET_ISR_SMP(iop) inpd((iop)+B0_ISRC) 976 #define CHECK_ISR_SMP(iop) (inpd((iop)+B0_ISRC) & inpd((iop)+B0_IMSK))
|
/Linux-v4.19/drivers/net/ethernet/marvell/ |
D | sky2.h | 266 B0_ISRC = 0x0008, enumerator
|
D | skge.h | 29 B0_ISRC = 0x0008, enumerator
|
D | skge.c | 3628 if ((skge_read32(hw, B0_ISRC) & IS_HW_ERR) && in skge_reset() 3710 seq_printf(seq, "IRQ src=%x mask=%x\n", skge_read32(hw, B0_ISRC), in skge_debug_show()
|
D | sky2.c | 2982 if (sky2_read32(hw, B0_ISRC)) { in sky2_watchdog() 4542 sky2_read32(hw, B0_ISRC), in sky2_debug_show()
|