Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddw_hdmi.c1844 unsigned int min_n = DIV_ROUND_UP((128 * freq), 1500); in hdmi_compute_n() local
1856 for (n = min_n; n <= max_n; n++) { in hdmi_compute_n()