Searched refs:t2cr (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/mii/
H A Djmphy.c227 uint16_t t2cr, val; local
243 t2cr = PHY_READ(sc, MII_100T2CR);
244 t2cr &= ~GTCR_TEST_MASK;
245 t2cr |= 0x2000;
246 PHY_WRITE(sc, MII_100T2CR, t2cr);
270 t2cr &= ~GTCR_TEST_MASK;
271 PHY_WRITE(sc, MII_100T2CR, t2cr);

Completed in 105 milliseconds