Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddw_hdmi.c1824 static u64 hdmi_audio_math_diff(unsigned int freq, unsigned int n, in hdmi_audio_math_diff() function
1853 if (hdmi_audio_math_diff(freq, ideal_n, pixel_clk) == 0) in hdmi_compute_n()
1857 u64 diff = hdmi_audio_math_diff(freq, n, pixel_clk); in hdmi_compute_n()