Searched refs:out_max (Results 1 – 3 of 3) sorted by relevance
133 unsigned long out_min, unsigned long out_max, in dss_pll_hsdiv_calc() argument141 out_max = out_max ? out_max : ULONG_MAX; in dss_pll_hsdiv_calc()143 m_start = max(DIV_ROUND_UP(clkdco, out_max), 1ul); in dss_pll_hsdiv_calc()
461 unsigned long out_min, unsigned long out_max,
300 static void dict_limit(struct dictionary *dict, size_t out_max) in dict_limit() argument302 if (dict->end - dict->pos <= out_max) in dict_limit()305 dict->limit = dict->pos + out_max; in dict_limit()