Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/seeq/
H A 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_RECVEN in ether3_timeout()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/seeq/
H A 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_RECVEN in ether3_timeout()
[all...]

Completed in 3 milliseconds