Home
last modified time | relevance | path

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

/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c604 unsigned int min_n = DIV_ROUND_UP((128 * freq), 1500); in hdmi_compute_n() local
617 for (n = min_n; n <= max_n; n++) { in hdmi_compute_n()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c406 unsigned int min_n = DIV_ROUND_UP((128 * freq), 1500); in hdmi_compute_n() local
418 for (n = min_n; n <= max_n; n++) { in hdmi_compute_n()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c1059 unsigned int min_n = DIV_ROUND_UP((128 * freq), 1500); in hdmi_compute_n() local
1072 for (n = min_n; n <= max_n; n++) { in hdmi_compute_n()

Completed in 12 milliseconds