Home
last modified time | relevance | path

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

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