Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/mii/
HDlxtphy.c254 cfg = PHY_READ(sc, MII_LXTPHY_CONFIG); in lxtphy_set_tp()
256 PHY_WRITE(sc, MII_LXTPHY_CONFIG, cfg); in lxtphy_set_tp()
264 cfg = PHY_READ(sc, MII_LXTPHY_CONFIG); in lxtphy_set_fx()
266 PHY_WRITE(sc, MII_LXTPHY_CONFIG, cfg); in lxtphy_set_fx()
HDlxtphyreg.h55 #define MII_LXTPHY_CONFIG 0x13 /* Configuration Register */ macro
/freebsd-11-stable/sys/dev/tx/
HDif_tx.c1115 cfg = PHY_READ(sc->physc, MII_LXTPHY_CONFIG); in epic_ifmedia_upd_locked()
1120 PHY_WRITE(sc->physc, MII_LXTPHY_CONFIG, cfg); in epic_ifmedia_upd_locked()