Home
last modified time | relevance | path

Searched refs:hdmi_compute_n (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/bridge/
Ddw_hdmi.c201 static unsigned int hdmi_compute_n(unsigned int freq, unsigned long pixel_clk, in hdmi_compute_n() function
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()
342 clk_n = hdmi_compute_n(hdmi->sample_rate, pixel_clk, in hdmi_set_clk_regenerator()