Searched refs:ether3_inw (Results 1 – 1 of 1) sorted by relevance
114 #define ether3_inw(r) ({ unsigned int __v = readw((r)); udelay(1); __v; }) macro124 while ((ether3_inw(REG_STATUS) & STAT_FIFOEMPTY) == 0) { in ether3_setbuffer()330 while (ether3_inw(REG_STATUS) & (STAT_RXON|STAT_TXON)) in ether3_init_for_open()384 read_val = ether3_inw(REG_RECVPTR); in ether3_probe_bus_16()424 while (ether3_inw(REG_STATUS) & (STAT_RXON|STAT_TXON)) in ether3_close()464 ether3_inw(REG_STATUS), ether3_inw(REG_CONFIG1), ether3_inw(REG_CONFIG2)); in ether3_timeout()466 ether3_inw(REG_RECVPTR), ether3_inw(REG_RECVEND), ether3_inw(REG_TRANSMITPTR)); in ether3_timeout()531 if (!(ether3_inw(REG_STATUS) & STAT_TXON)) { in ether3_sendpacket()559 status = ether3_inw(REG_STATUS); in ether3_interrupt()678 if (!(ether3_inw(REG_STATUS) & STAT_RXON)) { in ether3_rx()