Searched refs:hdmi_audio_math_diff (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | dw_hdmi.c | 1822 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 D | dw-hdmi-qp.c | 456 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 D | dw-hdmi.c | 969 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()
|