Searched refs:RK3228_PRE_PLL_POWER_DOWN (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/phy/rockchip/ |
H A D | phy-rockchip-inno-hdmi.c | 43 #define RK3228_PRE_PLL_POWER_DOWN BIT(4) macro 697 status = inno_read(inno, 0xe0) & RK3228_PRE_PLL_POWER_DOWN; in inno_hdmi_phy_rk3228_clk_is_prepared() 705 inno_update_bits(inno, 0xe0, RK3228_PRE_PLL_POWER_DOWN, 0); in inno_hdmi_phy_rk3228_clk_prepare() 713 inno_update_bits(inno, 0xe0, RK3228_PRE_PLL_POWER_DOWN, in inno_hdmi_phy_rk3228_clk_unprepare() 714 RK3228_PRE_PLL_POWER_DOWN); in inno_hdmi_phy_rk3228_clk_unprepare() 791 inno_update_bits(inno, 0xe0, RK3228_PRE_PLL_POWER_DOWN, in inno_hdmi_phy_rk3228_clk_set_rate() 792 RK3228_PRE_PLL_POWER_DOWN); in inno_hdmi_phy_rk3228_clk_set_rate() 817 inno_update_bits(inno, 0xe0, RK3228_PRE_PLL_POWER_DOWN, 0); in inno_hdmi_phy_rk3228_clk_set_rate() 1064 inno_update_bits(inno, 0xe0, RK3228_PRE_PLL_POWER_DOWN | in inno_hdmi_phy_rk3228_power_on() 1066 RK3228_PRE_PLL_POWER_DOWN | in inno_hdmi_phy_rk3228_power_on() [all …]
|