Home
last modified time | relevance | path

Searched refs:IS_EXT_REG (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/fddi/skfp/h/
Dskfbi.h305 #define IS_EXT_REG (1L<<25) /* Bit 25: (ML) IRQ from external reg*/ macro
/Linux-v5.4/drivers/net/ethernet/marvell/
Dskge.c3365 hw->intr_mask |= IS_EXT_REG; in skge_extirq()
3385 if (status & IS_EXT_REG) { in skge_intr()
3386 hw->intr_mask &= ~IS_EXT_REG; in skge_intr()
3606 hw->intr_mask |= IS_EXT_REG; in skge_reset()
Dskge.h181 IS_EXT_REG = 1<<23, /* IRQ from LM80 or PHY (GENESIS only) */ enumerator