Home
last modified time | relevance | path

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

/NextBSD/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
/NextBSD/sys/dev/tx/
HDif_tx.c1112 cfg = PHY_READ(sc->physc, MII_LXTPHY_CONFIG); in epic_ifmedia_upd_locked()
1117 PHY_WRITE(sc->physc, MII_LXTPHY_CONFIG, cfg); in epic_ifmedia_upd_locked()