Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dsky2.h294 IS_IRQ_TIST_OV = 1<<13, /* Time Stamp Timer Overflow (YUKON only) */ enumerator
Dskge.h219 IS_IRQ_TIST_OV = 1<<13, /* Time Stamp Timer Overflow (YUKON only) */ enumerator
Dskge.c2771 if (hwstatus & IS_IRQ_TIST_OV) in skge_error_irq()
/linux-2.4.37.9/drivers/net/sk98lin/h/
Dskgehw.h886 #define IS_IRQ_TIST_OV BIT_13 /* Time Stamp Timer Overflow (YUKON only) */ macro
/linux-2.4.37.9/drivers/net/sk98lin/
Dskgesirq.c466 if ((HwStatus & IS_IRQ_TIST_OV) != 0) { in SkGeHwErr()