Home
last modified time | relevance | path

Searched refs:IS_IRQ_STAT (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/fddi/skfp/h/
Dskfbi.h519 #define IS_IRQ_STAT (1L<<24) /* Bit 24: IRQ status exception */ macro
/Linux-v4.19/drivers/net/ethernet/marvell/
Dskge.h226 IS_IRQ_STAT = 1<<10, /* IRQ status exception */ enumerator
238 IS_ERR_MSK = IS_IRQ_MST_ERR | IS_IRQ_STAT
Dsky2.h456 IS_IRQ_STAT = 1<<10, /* IRQ status exception */ enumerator
Dskge.c3325 if (hwstatus & (IS_IRQ_MST_ERR|IS_IRQ_STAT)) { in skge_error_irq()
3344 if (hwstatus & IS_IRQ_STAT) { in skge_error_irq()