Searched refs:phy_rtl8211f (Results 1 – 1 of 1) sorted by relevance
123 static struct rt_phy_device phy_rtl8211f; variable208 phy_rtl8211f.bus = mdio_bus; in rt_phy_init()209 phy_rtl8211f.addr = phy_addr; in rt_phy_init()280 result = phy_rtl8211f.ops->write(PHY_PAGE_SELECT_REG, 0x0); in rt_phy_init()294 result = phy_rtl8211f.ops->write(PHY_AUTONEG_ADVERTISE_REG, in rt_phy_init()315 rt_mdio_t *mdio_bus = phy_rtl8211f.bus; in rt_phy_read()316 rt_uint32_t device_id = phy_rtl8211f.addr; in rt_phy_read()327 rt_mdio_t *mdio_bus = phy_rtl8211f.bus; in rt_phy_write()328 rt_uint32_t device_id = phy_rtl8211f.addr; in rt_phy_write()457 phy_rtl8211f.ops = &phy_ops; in rt_phy_rtl8211f_register()[all …]
Completed in 8 milliseconds