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

/freebsd-10.1-release/sys/arm/at91/
H A Dif_macbreg.h34 #define EMAC_SR_IDLE (1U << 2) /* IDLE (PHY logic) */ macro
H A Dif_macb.c1448 while ((read_4(sc, EMAC_SR) & EMAC_SR_IDLE) == 0)
1460 while ((read_4(sc, EMAC_SR) & EMAC_SR_IDLE) == 0)

Completed in 162 milliseconds