Searched refs:out_max (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | pll.c | 122 unsigned long out_min, unsigned long out_max, in dss_pll_hsdiv_calc() argument 130 out_max = out_max ? out_max : ULONG_MAX; in dss_pll_hsdiv_calc() 132 m_start = max(DIV_ROUND_UP(clkdco, out_max), 1ul); in dss_pll_hsdiv_calc()
|
H A D | dss.h | 468 unsigned long out_min, unsigned long out_max,
|
/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | pll.c | 177 unsigned long out_min, unsigned long out_max, in dss_pll_hsdiv_calc_a() argument 185 out_max = out_max ? out_max : ULONG_MAX; in dss_pll_hsdiv_calc_a() 187 m_start = max(DIV_ROUND_UP(clkdco, out_max), 1ul); in dss_pll_hsdiv_calc_a()
|
/linux/lib/xz/ |
H A D | xz_dec_lzma2.c | 303 static void dict_limit(struct dictionary *dict, size_t out_max) in dict_limit() argument 305 if (dict->end - dict->pos <= out_max) in dict_limit() 308 dict->limit = dict->pos + out_max; in dict_limit()
|
/linux/kernel/trace/ |
H A D | trace.c | 9209 goto out_max; in buffer_subbuf_size_write() 9233 out_max: in buffer_subbuf_size_write()
|