Searched refs:max3 (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/arch/arm/mach-ep93xx/ |
H A D | clock.c | 362 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 D | windfarm_pm121.c | 485 return max3(new_setpoint, new_min, 0); pm121_correct()
|
/linux-4.1.27/drivers/media/platform/exynos-gsc/ |
H A D | gsc-core.c | 358 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 D | intel_cacheinfo.c | 319 l3->indices = (max(max3(sc0, sc1, sc2), sc3) << 10) - 1; amd_calc_l3_indices()
|
/linux-4.1.27/include/linux/ |
H A D | kernel.h | 733 #define max3(x, y, z) max((typeof(x))max(x, y), z) macro
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_main.c | 1761 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 D | page-writeback.c | 1086 x = max3(bdi->balanced_dirty_ratelimit, bdi_update_dirty_ratelimit()
|
Completed in 319 milliseconds