Lines Matching refs:tmdsclock
159 unsigned long tmdsclock; member
177 unsigned long tmdsclock; member
192 unsigned long tmdsclock; member
449 u32 tmdsclock = inno_hdmi_phy_get_tmdsclk(inno, inno->pixclock); in inno_hdmi_phy_power_on() local
457 if (!tmdsclock) { in inno_hdmi_phy_power_on()
466 tmdsclock <= 33750000) in inno_hdmi_phy_power_on()
471 printf("tmdsclock = %d; chipversion = %d\n", tmdsclock, chipversion); in inno_hdmi_phy_power_on()
473 for (; cfg->tmdsclock != ~0UL; cfg++) in inno_hdmi_phy_power_on()
474 if (tmdsclock <= cfg->tmdsclock && in inno_hdmi_phy_power_on()
478 for (; phy_cfg->tmdsclock != ~0UL; phy_cfg++) in inno_hdmi_phy_power_on()
479 if (tmdsclock <= phy_cfg->tmdsclock) in inno_hdmi_phy_power_on()
482 if (cfg->tmdsclock == ~0UL || phy_cfg->tmdsclock == ~0UL) in inno_hdmi_phy_power_on()
534 u32 tmdsclock = inno_hdmi_phy_get_tmdsclk(inno, rate); in inno_hdmi_phy_clk_set_rate() local
537 if (cfg->pixclock == rate && cfg->tmdsclock == tmdsclock) in inno_hdmi_phy_clk_set_rate()
637 if (cfg->tmdsclock > 340000000) in inno_hdmi_phy_rk3228_power_on()
760 if (phy_cfg->tmdsclock > 340000000) { in inno_hdmi_phy_rk3328_power_on()
767 } else if (phy_cfg->tmdsclock > 165000000) { in inno_hdmi_phy_rk3328_power_on()
781 val = 47520000000UL / phy_cfg->tmdsclock; in inno_hdmi_phy_rk3328_power_on()
801 if (phy_cfg->tmdsclock > 340000000) in inno_hdmi_phy_rk3328_power_on()
919 u32 tmdsclock = inno_hdmi_phy_get_tmdsclk(inno, inno->pixclock); in inno_hdmi_phy_rk3528_power_on() local
979 if (phy_cfg->tmdsclock > 340000000) { in inno_hdmi_phy_rk3528_power_on()
997 temp = 47520000000UL / tmdsclock; in inno_hdmi_phy_rk3528_power_on()
1001 if (phy_cfg->tmdsclock > 340000000) in inno_hdmi_phy_rk3528_power_on()
1145 phy_cfg[i].tmdsclock = in inno_hdmi_update_phy_table()
1148 debug("%ld ", phy_cfg[i].tmdsclock); in inno_hdmi_update_phy_table()
1160 phy_cfg[i].tmdsclock = ~0UL; in inno_hdmi_update_phy_table()
1351 u32 tmdsclock = inno_hdmi_phy_get_tmdsclk(inno, rate); in inno_hdmi_phy_clk_round_rate() local
1374 for (i = 0; inno->phy_cfg[i].tmdsclock != ~0UL; i++) { in inno_hdmi_phy_clk_round_rate()
1375 if (inno->phy_cfg[i].tmdsclock >= tmdsclock) in inno_hdmi_phy_clk_round_rate()
1379 if (inno->phy_cfg[i].tmdsclock == ~0UL) in inno_hdmi_phy_clk_round_rate()