Searched refs:EDP_PHY_PD_PLL (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/phy/ |
| H A D | phy-rockchip-naneng-edp.c | 21 #define EDP_PHY_PD_PLL BIT(0) macro 174 rockchip_grf_write(edpphy->grf, EDP_PHY_GRF_CON0, EDP_PHY_PD_PLL, in rockchip_edp_phy_set_rate() 175 FIELD_PREP(EDP_PHY_PD_PLL, 0x1)); in rockchip_edp_phy_set_rate() 223 rockchip_grf_write(edpphy->grf, EDP_PHY_GRF_CON0, EDP_PHY_PD_PLL, in rockchip_edp_phy_set_rate() 224 FIELD_PREP(EDP_PHY_PD_PLL, 0)); in rockchip_edp_phy_set_rate() 335 EDP_PHY_TX_IDLE | EDP_PHY_TX_PD | EDP_PHY_PD_PLL, in rockchip_edp_phy_power_on() 338 FIELD_PREP(EDP_PHY_PD_PLL, 0x1)); in rockchip_edp_phy_power_on() 376 rockchip_grf_write(edpphy->grf, EDP_PHY_GRF_CON0, EDP_PHY_PD_PLL, in rockchip_edp_phy_power_off() 377 FIELD_PREP(EDP_PHY_PD_PLL, 0x1)); in rockchip_edp_phy_power_off()
|