Searched refs:EDP_PHY_PD_PLL (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | phy-rockchip-naneng-edp.c | 26 #define EDP_PHY_PD_PLL BIT(0) macro 179 rockchip_grf_write(edpphy->grf, EDP_PHY_GRF_CON0, EDP_PHY_PD_PLL, in rockchip_edp_phy_set_rate() 180 FIELD_PREP(EDP_PHY_PD_PLL, 0x1)); in rockchip_edp_phy_set_rate() 228 rockchip_grf_write(edpphy->grf, EDP_PHY_GRF_CON0, EDP_PHY_PD_PLL, in rockchip_edp_phy_set_rate() 229 FIELD_PREP(EDP_PHY_PD_PLL, 0)); in rockchip_edp_phy_set_rate() 354 EDP_PHY_TX_IDLE | EDP_PHY_TX_PD | EDP_PHY_PD_PLL, in rockchip_edp_phy_power_on() 357 FIELD_PREP(EDP_PHY_PD_PLL, 0x1)); in rockchip_edp_phy_power_on() 395 rockchip_grf_write(edpphy->grf, EDP_PHY_GRF_CON0, EDP_PHY_PD_PLL, in rockchip_edp_phy_power_off() 396 FIELD_PREP(EDP_PHY_PD_PLL, 0x1)); in rockchip_edp_phy_power_off()
|