Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dgmac_rockchip.c85 void (*integrated_phy_powerup)(struct gmac_rockchip_platdata *pdata); member
1976 if (pdata->integrated_phy && ops->integrated_phy_powerup) in gmac_rockchip_probe()
1977 ops->integrated_phy_powerup(pdata); in gmac_rockchip_probe()
2138 .integrated_phy_powerup = rk3228_gmac_integrated_phy_powerup,
2155 .integrated_phy_powerup = rk3328_gmac_integrated_phy_powerup,
2178 .integrated_phy_powerup = rk3528_gmac_integrated_phy_powerup,
2204 .integrated_phy_powerup = rv1106_gmac_integrated_phy_powerup,