Searched refs:RT_MII_BMCR (Results 1 – 3 of 3) sorted by relevance
| /components/drivers/phy/ |
| A D | general.c | 104 ctl = rt_phy_read(phydev, RT_MDIO_DEVAD_NONE, RT_MII_BMCR); in __genphy_restart_aneg() 113 ctl = rt_phy_write(phydev, RT_MDIO_DEVAD_NONE, RT_MII_BMCR, ctl); in __genphy_restart_aneg() 135 err = rt_phy_write(phydev, RT_MDIO_DEVAD_NONE, RT_MII_BMCR, ctl); in rt_genphy_config_aneg() 147 int ctl = rt_phy_read(phydev, RT_MDIO_DEVAD_NONE, RT_MII_BMCR); in rt_genphy_config_aneg() 272 rt_uint32_t bmcr = rt_phy_read(phydev, RT_MDIO_DEVAD_NONE, RT_MII_BMCR); in rt_genphy_parse_link()
|
| A D | mdio.h | 28 #define RT_MII_BMCR 0x00 /* Basic mode control register */ macro
|
| A D | phy.c | 234 if (rt_phy_write(phydev, devad, RT_MII_BMCR, RT_BMCR_RESET) < 0) in rt_phy_reset() 240 reg = rt_phy_read(phydev, devad, RT_MII_BMCR); in rt_phy_reset() 243 reg = rt_phy_read(phydev, devad, RT_MII_BMCR); in rt_phy_reset()
|
Completed in 5 milliseconds