Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/xscale/
Dixp4xx_eth.c71 #define MAX_MDIO_RETRIES 100 /* microseconds, typically 30 cycles */ macro
480 while ((cycles < MAX_MDIO_RETRIES) && in ixp4xx_mdio_cmd()
486 if (cycles == MAX_MDIO_RETRIES) { in ixp4xx_mdio_cmd()