Lines Matching refs:tmdsclock

159 	unsigned long	tmdsclock;  member
177 unsigned long tmdsclock; member
192 unsigned long tmdsclock; member
459 u32 tmdsclock = inno_hdmi_phy_get_tmdsclk(inno, inno->pixclock); in inno_hdmi_phy_power_on() local
467 if (!tmdsclock) { in inno_hdmi_phy_power_on()
476 tmdsclock <= 33750000) in inno_hdmi_phy_power_on()
481 printf("tmdsclock = %d; chipversion = %d\n", tmdsclock, chipversion); in inno_hdmi_phy_power_on()
483 for (; cfg->tmdsclock != ~0UL; cfg++) in inno_hdmi_phy_power_on()
484 if (tmdsclock <= cfg->tmdsclock && in inno_hdmi_phy_power_on()
488 for (; phy_cfg->tmdsclock != ~0UL; phy_cfg++) in inno_hdmi_phy_power_on()
489 if (tmdsclock <= phy_cfg->tmdsclock) in inno_hdmi_phy_power_on()
492 if (cfg->tmdsclock == ~0UL || phy_cfg->tmdsclock == ~0UL) in inno_hdmi_phy_power_on()
544 u32 tmdsclock = inno_hdmi_phy_get_tmdsclk(inno, rate); in inno_hdmi_phy_clk_set_rate() local
547 if (cfg->pixclock == rate && cfg->tmdsclock == tmdsclock) in inno_hdmi_phy_clk_set_rate()
647 if (cfg->tmdsclock > 340000000) in inno_hdmi_phy_rk3228_power_on()
770 if (phy_cfg->tmdsclock > 340000000) { in inno_hdmi_phy_rk3328_power_on()
777 } else if (phy_cfg->tmdsclock > 165000000) { in inno_hdmi_phy_rk3328_power_on()
791 val = 47520000000UL / phy_cfg->tmdsclock; in inno_hdmi_phy_rk3328_power_on()
811 if (phy_cfg->tmdsclock > 340000000) in inno_hdmi_phy_rk3328_power_on()
929 u32 tmdsclock = inno_hdmi_phy_get_tmdsclk(inno, inno->pixclock); in inno_hdmi_phy_rk3528_power_on() local
998 temp = 47520000000UL / tmdsclock; in inno_hdmi_phy_rk3528_power_on()
1002 if (phy_cfg->tmdsclock > 340000000) in inno_hdmi_phy_rk3528_power_on()
1146 phy_cfg[i].tmdsclock = in inno_hdmi_update_phy_table()
1149 debug("%ld ", phy_cfg[i].tmdsclock); in inno_hdmi_update_phy_table()
1161 phy_cfg[i].tmdsclock = ~0UL; in inno_hdmi_update_phy_table()
1352 u32 tmdsclock = inno_hdmi_phy_get_tmdsclk(inno, rate); in inno_hdmi_phy_clk_round_rate() local
1375 for (i = 0; inno->phy_cfg[i].tmdsclock != ~0UL; i++) { in inno_hdmi_phy_clk_round_rate()
1376 if (inno->phy_cfg[i].tmdsclock >= tmdsclock) in inno_hdmi_phy_clk_round_rate()
1380 if (inno->phy_cfg[i].tmdsclock == ~0UL) in inno_hdmi_phy_clk_round_rate()