Home
last modified time | relevance | path

Searched refs:B0_ISRC (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/net/fddi/skfp/h/
Dskfbi.h51 #define B0_ISRC 0x0008 /* 32 bit Interrupt source register */ macro
745 #define ISR_A ADDR(B0_ISRC)
747 #define GET_ISR_SMP(iop) inpd((iop)+B0_ISRC)
749 #define CHECK_ISR_SMP(iop) (inpd((iop)+B0_ISRC) & inpd((iop)+B0_IMSK))
/Linux-v5.4/drivers/net/ethernet/marvell/
Dskge.h29 B0_ISRC = 0x0008, enumerator
Dsky2.h266 B0_ISRC = 0x0008, enumerator
Dskge.c3616 if ((skge_read32(hw, B0_ISRC) & IS_HW_ERR) && in skge_reset()
3698 seq_printf(seq, "IRQ src=%x mask=%x\n", skge_read32(hw, B0_ISRC), in skge_debug_show()
Dsky2.c2965 if (sky2_read32(hw, B0_ISRC)) { in sky2_watchdog()
4525 sky2_read32(hw, B0_ISRC), in sky2_debug_show()