Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/armada/
H A Darmada_crtc.h79 u32 div_max; member
H A Darmada_510.c91 .div_max = SCLK_510_INT_DIV_MASK,
H A Darmada_crtc.c871 if (div == 0 || div > params->div_max) in armada_crtc_select_clock()
/openbmc/linux/drivers/sh/clk/
H A Dcore.c162 unsigned int div_max, unsigned long rate) in clk_rate_div_range_round() argument
166 .max = div_max, in clk_rate_div_range_round()
/openbmc/linux/include/linux/
H A Dsh_clk.h112 unsigned int div_max, unsigned long rate);
/openbmc/linux/drivers/clk/renesas/
H A Dr9a06g032-clocks.c134 unsigned int div_min:10, div_max:10, reg:10; member
199 .div_max = _max, \
1069 div->max = desc->div_max; in r9a06g032_register_div()
/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c942 u32 p_min, p_max, p_inc, div_max; in calc_pll_params() local
947 div_max = pll->max_vco / clock; in calc_pll_params()
951 p_max = ROUND_DOWN_TO(div_max, p_inc); in calc_pll_params()