Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/actions/
Dowl-pll.h28 u8 min_mul; member
46 .min_mul = _min_mul, \
Dowl-pll.c23 if (mul < pll_hw->min_mul) in owl_pll_calculate_mul()
24 mul = pll_hw->min_mul; in owl_pll_calculate_mul()