Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dskge.h230 IS_M2_PAR_ERR = 1<<2, /* MAC 2 Parity Error */ enumerator
237 | IS_M1_PAR_ERR | IS_M2_PAR_ERR
Dsky2.h305 IS_M2_PAR_ERR = 1<<2, /* MAC 2 Parity Error */ enumerator
Dskge.c2788 if (hwstatus & IS_M2_PAR_ERR) in skge_error_irq()
/linux-2.4.37.9/drivers/net/sk98lin/h/
Dskgehw.h897 #define IS_M2_PAR_ERR BIT_2 /* MAC 2 Parity Error */ macro
/linux-2.4.37.9/drivers/net/sk98lin/
Dskgesirq.c502 if ((HwStatus & IS_M2_PAR_ERR) != 0) { in SkGeHwErr()