Searched refs:max3 (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/arch/arm/mach-ep93xx/
H A Dclock.c362 max_rate = max3(clk_pll1.rate / 4, clk_pll2.rate / 4, clk_xtali.rate / 4); calc_clk_div()
/linux-4.1.27/drivers/macintosh/
H A Dwindfarm_pm121.c485 return max3(new_setpoint, new_min, 0); pm121_correct()
/linux-4.1.27/drivers/media/platform/exynos-gsc/
H A Dgsc-core.c358 t_max = max3(frm->addr.y, frm->addr.cb, frm->addr.cr); gsc_set_prefbuf()
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dintel_cacheinfo.c319 l3->indices = (max(max3(sc0, sc1, sc2), sc3) << 10) - 1; amd_calc_l3_indices()
/linux-4.1.27/include/linux/
H A Dkernel.h733 #define max3(x, y, z) max((typeof(x))max(x, y), z) macro
/linux-4.1.27/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1761 ipoib_sendq_size = max3(ipoib_sendq_size, 2 * MAX_SEND_CQE, IPOIB_MIN_QUEUE_SIZE); ipoib_init_module()
/linux-4.1.27/mm/
H A Dpage-writeback.c1086 x = max3(bdi->balanced_dirty_ratelimit, bdi_update_dirty_ratelimit()

Completed in 319 milliseconds