Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Dgmac_rockchip.c81 bool integrated_phy; member
142 pdata->integrated_phy = dev_read_bool(dev, "phy-is-integrated"); in gmac_rockchip_ofdata_to_platdata()
145 pdata->integrated_phy = ofnode_read_bool(args.node, in gmac_rockchip_ofdata_to_platdata()
149 if (pdata->integrated_phy) { in gmac_rockchip_ofdata_to_platdata()
427 rk_clrsetreg(pdata->integrated_phy ? &grf->mac_con[2] : &grf->mac_con[1], in rk3328_gmac_fix_mac_speed()
1161 rk_clrsetreg(pdata->integrated_phy ? &grf->mac_con[2] : &grf->mac_con[1], in rk3328_gmac_set_to_rmii()
2149 if (pdata->integrated_phy) in rv1126b_set_to_rmii()
2441 if (pdata->integrated_phy && ops->integrated_phy_powerup) in gmac_rockchip_probe()