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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/sk98lin/
H A Dskgesirq.c407 if ((HwStatus & (IS_IRQ_MST_ERR | IS_IRQ_STAT)) != 0) {
409 if ((HwStatus & IS_IRQ_STAT) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dskge.h222 IS_IRQ_STAT = 1<<10, /* IRQ status exception */ enumerator in enum:__anon5635
234 IS_ERR_MSK = IS_IRQ_MST_ERR | IS_IRQ_STAT
H A Dsky2.h303 IS_IRQ_STAT = 1<<10, /* IRQ status exception */ enumerator in enum:__anon5768
H A Dskge.c3152 if (hwstatus & (IS_IRQ_MST_ERR|IS_IRQ_STAT)) {
3171 if (hwstatus & IS_IRQ_STAT) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/sk98lin/h/
H A Dskgehw.h891 #define IS_IRQ_STAT BIT_10 /* IRQ status exception */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/skfp/h/
H A Dskfbi.h1310 #define IS_IRQ_STAT (1L<<24) /* Bit 24: IRQ status exception */ macro

Completed in 136 milliseconds