Searched refs:tmds_clock (Results 1 – 2 of 2) sorted by relevance
63 unsigned long tmds_clock; member924 unsigned long ser_clk = priv->tmds_clock * 1000; in tda998x_get_adiv()1424 unsigned long tmds_clock; in tda998x_bridge_mode_set() local1514 tmds_clock = mode->clock * (1 + rep); in tda998x_bridge_mode_set()1525 if (80000 >> div <= tmds_clock) in tda998x_bridge_mode_set()1530 priv->tmds_clock = tmds_clock; in tda998x_bridge_mode_set()
717 unsigned int tmds_clock, unsigned int n) in hdmi_expected_cts() argument719 return DIV_ROUND_CLOSEST_ULL((u64)hdmi_mode_clock_to_hz(tmds_clock) * n, in hdmi_expected_cts()