Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/seeq/
Dether3.c112 #define ether3_inw(r) ({ unsigned int __v = readw((r)); udelay(1); __v; }) macro
122 while ((ether3_inw(REG_STATUS) & STAT_FIFOEMPTY) == 0) { in ether3_setbuffer()
328 while (ether3_inw(REG_STATUS) & (STAT_RXON|STAT_TXON)) in ether3_init_for_open()
382 read_val = ether3_inw(REG_RECVPTR); in ether3_probe_bus_16()
422 while (ether3_inw(REG_STATUS) & (STAT_RXON|STAT_TXON)) in ether3_close()
462 ether3_inw(REG_STATUS), ether3_inw(REG_CONFIG1), ether3_inw(REG_CONFIG2)); in ether3_timeout()
464 ether3_inw(REG_RECVPTR), ether3_inw(REG_RECVEND), ether3_inw(REG_TRANSMITPTR)); in ether3_timeout()
529 if (!(ether3_inw(REG_STATUS) & STAT_TXON)) { in ether3_sendpacket()
557 status = ether3_inw(REG_STATUS); in ether3_interrupt()
673 if (!(ether3_inw(REG_STATUS) & STAT_RXON)) { in ether3_rx()