Home
last modified time | relevance | path

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

/src/sys/dev/tsec/
H A Dif_tsecreg.h86 #define TSEC_REG_MIIMIND 0x14 /* MII Management indicator register */ macro
H A Dif_tsec.c357 TSEC_PHY_READ(sc, TSEC_REG_MIIMIND); in tsec_mii_wait()
360 while ((TSEC_PHY_READ(sc, TSEC_REG_MIIMIND) & flags) && --timeout) in tsec_mii_wait()