Searched full:tmds_clock (Results 1 – 3 of 3) sorted by relevance
56 clocks = <&tmds_clock>;63 clocks = <&tmds_clock>;
67 unsigned long tmds_clock; member929 unsigned long ser_clk = priv->tmds_clock * 1000; in tda998x_get_adiv()959 * CTS = tmds_clock * k * N / (sclk * m)1442 unsigned long tmds_clock; in tda998x_bridge_mode_set() local1532 tmds_clock = mode->clock * (1 + rep); in tda998x_bridge_mode_set()1543 if (80000 >> div <= tmds_clock) in tda998x_bridge_mode_set()1548 priv->tmds_clock = tmds_clock; in tda998x_bridge_mode_set()
672 unsigned int tmds_clock, unsigned int n) in hdmi_expected_cts() argument674 return DIV_ROUND_CLOSEST_ULL((u64)hdmi_mode_clock_to_hz(tmds_clock) * n, in hdmi_expected_cts()