Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/xscale/
Dixp4xx_eth.c65 #define MAX_MDIO_RETRIES 100 /* microseconds, typically 30 cycles */ macro
460 while ((cycles < MAX_MDIO_RETRIES) && in ixp4xx_mdio_cmd()
466 if (cycles == MAX_MDIO_RETRIES) { in ixp4xx_mdio_cmd()