Searched refs:ether3_inw (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/arm/
H A Dether3.c116 #define ether3_inw(r) ({ unsigned int __v = readw((r)); udelay(1); __v; }) macro
126 while ((ether3_inw(REG_STATUS) & STAT_FIFOEMPTY) == 0) {
334 while (ether3_inw(REG_STATUS) & (STAT_RXON|STAT_TXON))
388 read_val = ether3_inw(REG_RECVPTR);
434 while (ether3_inw(REG_STATUS) & (STAT_RXON|STAT_TXON))
483 ether3_inw(REG_STATUS), ether3_inw(REG_CONFIG1), ether3_inw(REG_CONFIG2));
485 ether3_inw(REG_RECVPTR), ether3_inw(REG_RECVEN
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/arm/
H A Dether3.c116 #define ether3_inw(r) ({ unsigned int __v = readw((r)); udelay(1); __v; }) macro
126 while ((ether3_inw(REG_STATUS) & STAT_FIFOEMPTY) == 0) {
334 while (ether3_inw(REG_STATUS) & (STAT_RXON|STAT_TXON))
388 read_val = ether3_inw(REG_RECVPTR);
434 while (ether3_inw(REG_STATUS) & (STAT_RXON|STAT_TXON))
483 ether3_inw(REG_STATUS), ether3_inw(REG_CONFIG1), ether3_inw(REG_CONFIG2));
485 ether3_inw(REG_RECVPTR), ether3_inw(REG_RECVEN
[all...]

Completed in 66 milliseconds