Lines Matching refs:ratio
132 int ratio; member
202 unsigned int ratio) in hdmi_compute_n() argument
209 n = (ratio == 150) ? 9152 : 4576; in hdmi_compute_n()
211 n = (ratio == 150) ? 8192 : 4096; in hdmi_compute_n()
224 n = (ratio == 150) ? 17836 : 8918; in hdmi_compute_n()
231 n = (ratio == 150) ? 9152 : 6864; in hdmi_compute_n()
233 n = (ratio == 150) ? 8192 : 6144; in hdmi_compute_n()
237 n = (ratio == 150) ? 11648 : 5824; in hdmi_compute_n()
243 n = hdmi_compute_n(44100, pixel_clk, ratio) * 2; in hdmi_compute_n()
247 n = hdmi_compute_n(48000, pixel_clk, ratio) * 2; in hdmi_compute_n()
251 n = hdmi_compute_n(44100, pixel_clk, ratio) * 4; in hdmi_compute_n()
255 n = hdmi_compute_n(48000, pixel_clk, ratio) * 4; in hdmi_compute_n()
266 unsigned int ratio) in hdmi_compute_cts() argument
271 pixel_clk, ratio); in hdmi_compute_cts()
332 if (ratio == 100) in hdmi_compute_cts()
334 return (cts * ratio) / 100; in hdmi_compute_cts()
343 hdmi->ratio); in hdmi_set_clk_regenerator()
345 hdmi->ratio); in hdmi_set_clk_regenerator()
354 __func__, hdmi->sample_rate, hdmi->ratio, in hdmi_set_clk_regenerator()
1571 hdmi->ratio = 100; in dw_hdmi_bind()