Home
last modified time | relevance | path

Searched defs:MAX (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/drivers/clk/at91/
Dpmc.h24 #define CLK_RANGE(MIN, MAX) {.min = MIN, .max = MAX,} argument
/linux-4.1.27/arch/blackfin/mach-bf561/boards/
Dacvilon.c300 #define MAX(x, y) (x > y ? x : y) macro
/linux-4.1.27/drivers/staging/unisys/include/
Dtimskmod.h64 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
/linux-4.1.27/drivers/media/dvb-frontends/
Dstv0367_priv.h43 #define MAX(X, Y) ((X) >= (Y) ? (X) : (Y)) macro
/linux-4.1.27/block/
Ddeadline-iosched.c407 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument
Dcfq-iosched.c4521 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument
/linux-4.1.27/scripts/kconfig/lxdialog/
Ddialog.h63 #define MAX(x,y) (x > y ? x : y) macro
/linux-4.1.27/fs/xfs/
Dxfs_linux.h169 #define MAX(a,b) (max(a,b)) macro
/linux-4.1.27/arch/blackfin/mach-bf537/boards/
Dstamp.c438 #define MAX(x, y) (x > y ? x : y) macro
/linux-4.1.27/lib/
Dbtree.c48 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/linux-4.1.27/drivers/gpu/drm/radeon/
Devergreen_cs.c34 #define MAX(a,b) (((a)>(b))?(a):(b)) macro
/linux-4.1.27/drivers/hwmon/
Dadt7475.c29 #define MAX 2 macro
/linux-4.1.27/mm/
Dzsmalloc.c134 #define MAX(a, b) ((a) >= (b) ? (a) : (b)) macro
/linux-4.1.27/tools/power/x86/turbostat/
Dturbostat.c125 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro