Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_pll.c45 unsigned nom_min, unsigned den_min) in amdgpu_pll_reduce_ratio() argument
55 if (*nom < nom_min) { in amdgpu_pll_reduce_ratio()
56 tmp = DIV_ROUND_UP(nom_min, *nom); in amdgpu_pll_reduce_ratio()