Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/sk98lin/h/
Dskdrv2nd.h309 #define IRQ_HWE_MASK (IS_ERR_MSK) /* enable all HW irqs */
Dskgehw.h884 #define IS_ERR_MSK 0x00000fffL /* All Error bits */ macro
/linux-2.4.37.9/drivers/net/
Dsky2.h292 IS_ERR_MSK = 0x00003fff,/* All Error bits */ enumerator
Dskge.h234 IS_ERR_MSK = IS_IRQ_MST_ERR | IS_IRQ_STAT enumerator
Dskge.c3139 skge_write32(hw, B0_HWE_IMSK, IS_ERR_MSK); in skge_reset()