Lines Matching refs:ether3_inw
112 #define ether3_inw(r) ({ unsigned int __v = readw((r)); udelay(1); __v; })
122 while ((ether3_inw(REG_STATUS) & STAT_FIFOEMPTY) == 0) {
328 while (ether3_inw(REG_STATUS) & (STAT_RXON|STAT_TXON))
382 read_val = ether3_inw(REG_RECVPTR);
422 while (ether3_inw(REG_STATUS) & (STAT_RXON|STAT_TXON))
462 ether3_inw(REG_STATUS), ether3_inw(REG_CONFIG1), ether3_inw(REG_CONFIG2));
464 ether3_inw(REG_RECVPTR), ether3_inw(REG_RECVEND), ether3_inw(REG_TRANSMITPTR));
529 if (!(ether3_inw(REG_STATUS) & STAT_TXON)) {
557 status = ether3_inw(REG_STATUS);
673 if (!(ether3_inw(REG_STATUS) & STAT_RXON)) {