Home
last modified time | relevance | path

Searched refs:SCB_STRNR (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/acorn/net/
Dether1.h188 #define SCB_STRNR (1 << 12) /* Receive unit not ready */ macro
Dether1.c930 ether1_outw(dev, status & (SCB_STRNR | SCB_STCNA | SCB_STFR | SCB_STCX), in ether1_interrupt()
952 if (status & SCB_STRNR) { in ether1_interrupt()