Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dacx.c1488 #define PHY_READ_RETRY_MAX 100 in acx_read_phyreg() macro
1489 for (i = 0; i < PHY_READ_RETRY_MAX; ++i) { in acx_read_phyreg()
1494 if (i == PHY_READ_RETRY_MAX) { in acx_read_phyreg()
1499 #undef PHY_READ_RETRY_MAX in acx_read_phyreg()