Home
last modified time | relevance | path

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

/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c605 unsigned int max_n = (128 * freq) / 300; 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.c407 unsigned int max_n = (128 * freq) / 300; 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.c1060 unsigned int max_n = (128 * freq) / 300; in hdmi_compute_n() local
1072 for (n = min_n; n <= max_n; n++) { in hdmi_compute_n()

Completed in 13 milliseconds