Home
last modified time | relevance | path

Searched refs:RK3328_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.c136 #define RK3328_PRE_PLL_POWER_DOWN BIT(0) macro
691 status = inno_read(inno, 0xa0) & RK3328_PRE_PLL_POWER_DOWN; in inno_hdmi_phy_rk3328_clk_is_prepared()
699 inno_update_bits(inno, 0xa0, RK3328_PRE_PLL_POWER_DOWN, 0); in inno_hdmi_phy_rk3328_clk_prepare()
707 inno_update_bits(inno, 0xa0, RK3328_PRE_PLL_POWER_DOWN, in inno_hdmi_phy_rk3328_clk_unprepare()
708 RK3328_PRE_PLL_POWER_DOWN); in inno_hdmi_phy_rk3328_clk_unprepare()
789 inno_update_bits(inno, 0xa0, RK3328_PRE_PLL_POWER_DOWN, in inno_hdmi_phy_rk3328_clk_set_rate()
790 RK3328_PRE_PLL_POWER_DOWN); in inno_hdmi_phy_rk3328_clk_set_rate()
813 inno_update_bits(inno, 0xa0, RK3328_PRE_PLL_POWER_DOWN, 0); in inno_hdmi_phy_rk3328_clk_set_rate()