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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Dether3.c117 #define ether3_inw(r) ({ unsigned int __v = readw((r)); udelay(1); __v; }) macro
127 while ((ether3_inw(REG_STATUS) & STAT_FIFOEMPTY) == 0) {
335 while (ether3_inw(REG_STATUS) & (STAT_RXON|STAT_TXON))
389 read_val = ether3_inw(REG_RECVPTR);
435 while (ether3_inw(REG_STATUS) & (STAT_RXON|STAT_TXON))
484 ether3_inw(REG_STATUS), ether3_inw(REG_CONFIG1), ether3_inw(REG_CONFIG2));
486 ether3_inw(REG_RECVPTR), ether3_inw(REG_RECVEN
[all...]

Completed in 53 milliseconds