Home
last modified time | relevance | path

Searched refs:MAX (Results 1 – 25 of 137) sorted by relevance

123456

/linux-6.15/lib/zstd/common/
H A Dzstd_internal.h47 #undef MAX
49 #define MAX(a,b) ((a)>(b) ? (a) : (b)) macro
50 #define BOUNDED(min,val,max) (MAX(min,MIN(val,max)))
101 #define MaxSeq MAX(MaxLL, MaxML) /* Assumption : MaxOff < MaxLL,MaxML */
105 #define MaxFSELog MAX(MAX(MLFSELog, LLFSELog), OffFSELog)
/linux-6.15/drivers/edac/
H A Dskx_common.h45 #define I10NM_NUM_CHANNELS MAX(I10NM_NUM_DDR_CHANNELS, I10NM_NUM_HBM_CHANNELS)
46 #define I10NM_NUM_DIMMS MAX(I10NM_NUM_DDR_DIMMS, I10NM_NUM_HBM_DIMMS)
48 #define NUM_IMC MAX(SKX_NUM_IMC, I10NM_NUM_IMC)
49 #define NUM_CHANNELS MAX(SKX_NUM_CHANNELS, I10NM_NUM_CHANNELS)
50 #define NUM_DIMMS MAX(SKX_NUM_DIMMS, I10NM_NUM_DIMMS)
/linux-6.15/Documentation/hwmon/
H A Dintel-m10-bmc-hwmon.rst8 * Intel MAX 10 BMC for Intel PAC N3000
19 support for the Intel MAX 10 Board Management Controller (BMC) chip.
27 The BMC chip is implemented using the Intel MAX 10 CPLD. It could be
38 - Intel MAX 10 BMC for Intel PAC N3000:
/linux-6.15/tools/testing/selftests/power_supply/
H A Dhelpers.sh92 MAX=$3
100 if [ "$DATA" -lt "$MIN" ] || [ "$DATA" -gt "$MAX" ]; then
101 ktap_print_msg "'$DATA' is out of range (min=$MIN, max=$MAX)"
/linux-6.15/drivers/hwmon/
H A Dadt7475.c30 MAX = 2, enumerator
526 case MAX: in temp_store()
820 case MAX: in pwm_store()
1126 static SENSOR_DEVICE_ATTR_2_RW(temp1_max, temp, MAX, 0);
1136 static SENSOR_DEVICE_ATTR_2_RW(temp2_max, temp, MAX, 1);
1147 static SENSOR_DEVICE_ATTR_2_RW(temp3_max, temp, MAX, 2);
1402 data->voltage[MAX][i] = ret << 2; in adt7475_update_limits()
1414 data->voltage[MAX][5] = ret << 2; in adt7475_update_limits()
1426 data->voltage[MAX][6] = ret << 2; in adt7475_update_limits()
1439 data->temp[MAX][i] = ret << 2; in adt7475_update_limits()
[all …]
/linux-6.15/drivers/comedi/drivers/ni_routing/
H A DREADME34 information is through the proprietary NI-MAX software, which currently only
36 cannot be exported from NI-MAX, except by screenshot.
50 the proprietary NI-MAX software, and (d) the user interface code provided by
98 Windows software, NI-MAX. Also, as noted above, this information can
99 only be visually conveyed from NI-MAX to other media. To make this
101 similar to the naming conventions as presented by NI-MAX.
121 software, NI-MAX. Also, as noted above, this information can only be
122 visually conveyed from NI-MAX to other media. This make target creates
125 visual comparison to the NI-MAX "Valid Routes" tables.
/linux-6.15/Documentation/userspace-api/netlink/
H A Dc-code-gen.rst60 values are named ``__$pfx-MAX`` and ``$pfx-MAX``. The name
78 Attribute enums end with two special values ``__$pfx-MAX`` and ``$pfx-MAX``
/linux-6.15/tools/testing/selftests/mm/
H A Dhugetlb-read-hwpoison.c20 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
222 len / 2 + MAX(2 * pagesize, wr_chunk_size), in test_hugetlb_read_hwpoison()
223 len / 2 - MAX(2 * pagesize, wr_chunk_size))) in test_hugetlb_read_hwpoison()
H A Dmremap_test.c27 #define MAX(X, Y) ((X) > (Y) ? (X) : (Y)) macro
744 rand_size = MAX(max_test_variable_region_size, in main()
747 rand_size = MAX(MIN(threshold_mb * _1MB, in main()
750 rand_size = MAX(dest_preamble_size, rand_size); in main()
/linux-6.15/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndwc37e.c123 NVVAL(NVC37E, SET_KEY_ALPHA, MAX, 0xffff), in wndwc37e_blend_set()
127 NVVAL(NVC37E, SET_KEY_RED_CR, MAX, 0xffff), in wndwc37e_blend_set()
131 NVVAL(NVC37E, SET_KEY_GREEN_Y, MAX, 0xffff), in wndwc37e_blend_set()
135 NVVAL(NVC37E, SET_KEY_BLUE_CB, MAX, 0xffff)); in wndwc37e_blend_set()
/linux-6.15/tools/perf/util/
H A Dexpr.y44 %token ID NUMBER MIN MAX IF ELSE LITERAL D_RATIO SOURCE_COUNT HAS_EVENT STRCMP_CPUID_STR EXPR_ERROR
45 %left MIN MAX IF
365 | MAX '(' expr ',' expr ')'
/linux-6.15/drivers/staging/media/atomisp/pci/
H A Dsh_css_internal.h698 (MAX(MAX(MAX(MAX( \
H A Dsh_css_defs.h287 ((out_width) + MAX(dvs_env_width, _ISP_LEFT_CROP_EXTRA(left_crop)))
301 CEIL_MUL2(CEIL_MUL2(MAX(__ISP_PADDED_OUTPUT_WIDTH(out_width, \
H A Dia_css_3a.h63 (MAX(SIZE_OF_DMEM_STRUCT, SIZE_OF_VMEM_STRUCT))
/linux-6.15/block/
H A Dmq-deadline.c803 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument
814 else if (__data > (MAX)) \
815 __data = (MAX); \
819 #define STORE_INT(__FUNC, __PTR, MIN, MAX) \ argument
820 STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, )
821 #define STORE_JIFFIES(__FUNC, __PTR, MIN, MAX) \ argument
822 STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, msecs_to_jiffies)
/linux-6.15/tools/memory-model/Documentation/
H A Dcontrol-dependencies.txt124 if (q % MAX) {
132 If MAX is compile-time defined to be 1, then the compiler knows that
133 (q % MAX) must be equal to zero, regardless of the value of "q".
146 make sure that MAX is greater than one, perhaps as follows:
149 BUILD_BUG_ON(MAX <= 1); /* Order load from a with store to b. */
150 if (q % MAX) {
/linux-6.15/arch/parisc/boot/compressed/
H A Dvmlinux.lds.S52 . = MAX(ABSOLUTE(.), (SZ_end - SZparisc_kernel_start + KERNEL_BINARY_TEXT_START));
/linux-6.15/rust/kernel/alloc/
H A Dlayout.rs29 const ISIZE_MAX: usize = isize::MAX as usize;
/linux-6.15/include/net/
H A Drstreason.h34 FNe(MAX)
/linux-6.15/arch/powerpc/perf/
H A De6500-pmu.c35 static int e6500_cache_events[C(MAX)][C(OP_MAX)][C(RESULT_MAX)] = {
H A De500-pmu.c34 static int e500_cache_events[C(MAX)][C(OP_MAX)][C(RESULT_MAX)] = {
/linux-6.15/Documentation/driver-api/mtd/
H A Dspi-intel.rst25 Below are the steps how to upgrade MinnowBoard MAX BIOS directly from
28 1) Download and extract the latest Minnowboard MAX BIOS SPI image
/linux-6.15/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c88 one_bump = one + MAX(one_bump, 2.0); in approx()
89 two_bump = two + MAX(two_bump, 2.0); in approx()
/linux-6.15/include/linux/
H A Dblk-crypto.h58 MAX(BLK_CRYPTO_MAX_RAW_KEY_SIZE, BLK_CRYPTO_MAX_HW_WRAPPED_KEY_SIZE)
/linux-6.15/arch/s390/boot/
H A Dvmlinux.lds.S118 . = MAX(TEXT_OFFSET, ALIGN(1 << 20));

123456