/linux-6.1.9/drivers/edac/ |
D | skx_common.h | 45 #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 MAX(a, b) ((a) > (b) ? (a) : (b)) macro 49 #define NUM_IMC MAX(SKX_NUM_IMC, I10NM_NUM_IMC) 50 #define NUM_CHANNELS MAX(SKX_NUM_CHANNELS, I10NM_NUM_CHANNELS) 51 #define NUM_DIMMS MAX(SKX_NUM_DIMMS, I10NM_NUM_DIMMS)
|
/linux-6.1.9/Documentation/hwmon/ |
D | intel-m10-bmc-hwmon.rst | 8 * 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.1.9/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | ppevvmath.h | 30 #define MAX (1 << (SHIFT_AMOUNT - 1)) - 1 /* 32767 - Might change in the future */ macro 222 if (X <= MAX) in ConvertToFraction() 240 if (X <= MAX) in Convert_ULONG_ToFraction() 268 if ((X > MAX) || factor > MAX) { in GetScaledFraction() 269 if ((X/factor) <= MAX) { in GetScaledFraction() 270 while (X > MAX) { in GetScaledFraction() 275 while (factor > MAX) { in GetScaledFraction()
|
/linux-6.1.9/lib/zstd/common/ |
D | zstd_internal.h | 47 #undef MAX 49 #define MAX(a,b) ((a)>(b) ? (a) : (b)) macro 175 #define MaxSeq MAX(MaxLL, MaxML) /* Assumption : MaxOff < MaxLL,MaxML */ 179 #define MaxFSELog MAX(MAX(MLFSELog, LLFSELog), OffFSELog)
|
/linux-6.1.9/drivers/comedi/drivers/ni_routing/ |
D | README | 34 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.1.9/drivers/hwmon/ |
D | adt7475.c | 29 #define MAX 2 macro 515 case MAX: in temp_store() 809 case MAX: in pwm_store() 1085 static SENSOR_DEVICE_ATTR_2_RW(in0_max, voltage, MAX, 0); 1089 static SENSOR_DEVICE_ATTR_2_RW(in1_max, voltage, MAX, 1); 1093 static SENSOR_DEVICE_ATTR_2_RW(in2_max, voltage, MAX, 2); 1097 static SENSOR_DEVICE_ATTR_2_RW(in3_max, voltage, MAX, 3); 1101 static SENSOR_DEVICE_ATTR_2_RW(in4_max, voltage, MAX, 4); 1105 static SENSOR_DEVICE_ATTR_2_RW(in5_max, voltage, MAX, 5); 1111 static SENSOR_DEVICE_ATTR_2_RW(temp1_max, temp, MAX, 0); [all …]
|
/linux-6.1.9/tools/perf/util/ |
D | expr.y | 40 %token ID NUMBER MIN MAX IF ELSE LITERAL D_RATIO SOURCE_COUNT EXPR_ERROR 41 %left MIN MAX IF 285 | MAX '(' expr ',' expr ')'
|
D | expr.l | 106 max { return MAX; }
|
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv50/ |
D | wndwc37e.c | 123 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.1.9/tools/memory-model/Documentation/ |
D | control-dependencies.txt | 124 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.1.9/drivers/staging/media/atomisp/pci/ |
D | sh_css_defs.h | 296 ((out_width) + MAX(dvs_env_width, _ISP_LEFT_CROP_EXTRA(left_crop))) 310 CEIL_MUL2(CEIL_MUL2(MAX(__ISP_PADDED_OUTPUT_WIDTH(out_width, \
|
D | sh_css_internal.h | 735 (MAX(MAX(MAX(MAX( \
|
D | ia_css_3a.h | 69 (MAX(SIZE_OF_DMEM_STRUCT, SIZE_OF_VMEM_STRUCT))
|
/linux-6.1.9/tools/testing/selftests/seccomp/ |
D | seccomp_benchmark.c | 82 one_bump = one + MAX(one_bump, 2.0); in approx() 83 two_bump = two + MAX(two_bump, 2.0); in approx()
|
/linux-6.1.9/arch/parisc/boot/compressed/ |
D | vmlinux.lds.S | 52 . = MAX(ABSOLUTE(.), (SZ_end - SZparisc_kernel_start + KERNEL_BINARY_TEXT_START));
|
/linux-6.1.9/block/ |
D | mq-deadline.c | 948 #define STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, __CONV) \ argument 959 else if (__data > (MAX)) \ 960 __data = (MAX); \ 964 #define STORE_INT(__FUNC, __PTR, MIN, MAX) \ argument 965 STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, ) 966 #define STORE_JIFFIES(__FUNC, __PTR, MIN, MAX) \ argument 967 STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, msecs_to_jiffies)
|
/linux-6.1.9/arch/powerpc/perf/ |
D | e6500-pmu.c | 35 static int e6500_cache_events[C(MAX)][C(OP_MAX)][C(RESULT_MAX)] = {
|
D | e500-pmu.c | 34 static int e500_cache_events[C(MAX)][C(OP_MAX)][C(RESULT_MAX)] = {
|
/linux-6.1.9/Documentation/driver-api/mtd/ |
D | spi-intel.rst | 25 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.1.9/include/uapi/linux/ |
D | cxl_mem.h | 44 ___C(MAX, "invalid / last command")
|
/linux-6.1.9/drivers/clk/at91/ |
D | pmc.h | 40 #define CLK_RANGE(MIN, MAX) {.min = MIN, .max = MAX,} argument
|
/linux-6.1.9/drivers/infiniband/hw/usnic/ |
D | usnic_vnic.h | 48 DEFINE_USNIC_VNIC_RES(MAX, RES_TYPE_MAX, "MAX")\
|
/linux-6.1.9/Documentation/translations/ko_KR/ |
D | memory-barriers.txt | 795 if (q % MAX) { 803 만약 MAX 가 1 로 정의된 상수라면, 컴파일러는 (q % MAX) 는 0이란 것을 알아채고, 813 따라서, 이 순서를 지켜야 한다면, MAX 가 1 보다 크다는 것을, 다음과 같은 방법을 817 BUILD_BUG_ON(MAX <= 1); /* Order load from a with store to b. */ 818 if (q % MAX) { 1610 기억하세요. 예를 들어, 다음의 코드에서 MAX 는 전처리기 매크로로, 1의 값을 1613 while ((tmp = READ_ONCE(a)) % MAX) 1616 이렇게 되면 컴파일러는 MAX 를 가지고 수행되는 "%" 오퍼레이터의 결과가 항상
|
/linux-6.1.9/drivers/media/dvb-frontends/ |
D | stv0367_priv.h | 28 #define MAX(X, Y) ((X) >= (Y) ? (X) : (Y)) macro
|
/linux-6.1.9/drivers/staging/media/atomisp/pci/hive_isp_css_include/ |
D | math_support.h | 36 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
|