Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Ddw_hdmi.c1822 static u64 hdmi_audio_math_diff(unsigned int freq, unsigned int n, in hdmi_audio_math_diff() function
1851 if (hdmi_audio_math_diff(freq, ideal_n, pixel_clk) == 0) in hdmi_compute_n()
1855 u64 diff = hdmi_audio_math_diff(freq, n, pixel_clk); in hdmi_compute_n()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c456 static u64 hdmi_audio_math_diff(unsigned int freq, unsigned int n, in hdmi_audio_math_diff() function
485 if (hdmi_audio_math_diff(freq, ideal_n, pixel_clk) == 0) in hdmi_compute_n()
489 u64 diff = hdmi_audio_math_diff(freq, n, pixel_clk); in hdmi_compute_n()
H A Ddw-hdmi.c969 static u64 hdmi_audio_math_diff(unsigned int freq, unsigned int n, in hdmi_audio_math_diff() function
998 if (hdmi_audio_math_diff(freq, ideal_n, pixel_clk) == 0) in hdmi_compute_n()
1002 u64 diff = hdmi_audio_math_diff(freq, n, pixel_clk); in hdmi_compute_n()