Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-hdmi.c44 #define RK3228_PRE_PLL_POWER_DOWN BIT(4) macro
545 status = inno_read(inno, 0xe0) & RK3228_PRE_PLL_POWER_DOWN; in inno_hdmi_phy_rk3228_clk_is_prepared()
553 inno_update_bits(inno, 0xe0, RK3228_PRE_PLL_POWER_DOWN, 0); in inno_hdmi_phy_rk3228_clk_prepare()
561 inno_update_bits(inno, 0xe0, RK3228_PRE_PLL_POWER_DOWN, in inno_hdmi_phy_rk3228_clk_unprepare()
562 RK3228_PRE_PLL_POWER_DOWN); in inno_hdmi_phy_rk3228_clk_unprepare()
636 inno_update_bits(inno, 0xe0, RK3228_PRE_PLL_POWER_DOWN, in inno_hdmi_phy_rk3228_clk_set_rate()
637 RK3228_PRE_PLL_POWER_DOWN); in inno_hdmi_phy_rk3228_clk_set_rate()
662 inno_update_bits(inno, 0xe0, RK3228_PRE_PLL_POWER_DOWN, 0); in inno_hdmi_phy_rk3228_clk_set_rate()
905 inno_update_bits(inno, 0xe0, RK3228_PRE_PLL_POWER_DOWN | in inno_hdmi_phy_rk3228_power_on()
907 RK3228_PRE_PLL_POWER_DOWN | in inno_hdmi_phy_rk3228_power_on()
[all …]