Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dphy-rockchip-naneng-combphy.c66 struct combphy_reg pipe_phy_grf_reset; member
197 if (cfg->pipe_phy_grf_reset.enable) in rockchip_combphy_init()
198 param_write(priv->phy_grf, &cfg->pipe_phy_grf_reset, false); in rockchip_combphy_init()
213 if (cfg->pipe_phy_grf_reset.enable) in rockchip_combphy_exit()
214 param_write(priv->phy_grf, &cfg->pipe_phy_grf_reset, true); in rockchip_combphy_exit()
504 .pipe_phy_grf_reset = { 0x0014, 1, 0, 0x3, 0x1 },
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-naneng-combphy.c67 struct combphy_reg pipe_phy_grf_reset; member
256 if (cfg->pipe_phy_grf_reset.enable) in rockchip_combphy_init()
257 param_write(priv->phy_grf, &cfg->pipe_phy_grf_reset, false); in rockchip_combphy_init()
281 if (cfg->pipe_phy_grf_reset.enable) in rockchip_combphy_exit()
282 param_write(priv->phy_grf, &cfg->pipe_phy_grf_reset, true); in rockchip_combphy_exit()
752 .pipe_phy_grf_reset = { 0x0014, 1, 0, 0x3, 0x1 },