Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/acorn/net/
Dether3.h55 #define STAT_RXON 0x0200 macro
Dether3.c349 while (ether3_inw(REG_STATUS) & (STAT_RXON|STAT_TXON)); in ether3_init_for_open()
447 while (ether3_inw(REG_STATUS) & (STAT_RXON|STAT_TXON)); in ether3_close()
733 if (!(ether3_inw(REG_STATUS) & STAT_RXON)) { in ether3_rx()