Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/i825xx/
H A Dether1.h187 #define SCB_STRNR (1 << 12) /* Receive unit not ready */ macro
H A Dether1.c903 ether1_writew(dev, status & (SCB_STRNR | SCB_STCNA | SCB_STFR | SCB_STCX), in ether1_interrupt()
925 if (status & SCB_STRNR) { in ether1_interrupt()