Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dskge.h222 IS_IRQ_STAT = 1<<10, /* IRQ status exception */ enumerator
234 IS_ERR_MSK = IS_IRQ_MST_ERR | IS_IRQ_STAT
Dsky2.h297 IS_IRQ_STAT = 1<<10, /* IRQ status exception */ enumerator
Dskge.c2803 if (hwstatus & (IS_IRQ_MST_ERR|IS_IRQ_STAT)) { in skge_error_irq()
2822 if (hwstatus & IS_IRQ_STAT) { in skge_error_irq()
/linux-2.4.37.9/drivers/net/sk98lin/
Dskgesirq.c414 if ((HwStatus & (IS_IRQ_MST_ERR | IS_IRQ_STAT)) != 0) { in SkGeHwErr()
416 if ((HwStatus & IS_IRQ_STAT) != 0) { in SkGeHwErr()
/linux-2.4.37.9/drivers/net/skfp/h/
Dskfbi.h1310 #define IS_IRQ_STAT (1L<<24) /* Bit 24: IRQ status execption */ macro
/linux-2.4.37.9/drivers/net/sk98lin/h/
Dskgehw.h889 #define IS_IRQ_STAT BIT_10 /* IRQ status exception */ macro