Searched refs:RANGE1_MIN (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | test_linear_ranges.c | 66 #define RANGE1_MIN 10 macro 76 static const unsigned int range1_vals[] = { RANGE1_MIN, RANGE1_MIN + 78 RANGE1_MIN + RANGE1_STEP * 2, 79 RANGE1_MIN + RANGE1_STEP * 3, 80 RANGE1_MIN + RANGE1_STEP * 4 }; 107 #define SMALLEST_VAL RANGE1_MIN 111 .min = RANGE1_MIN, 162 ret = linear_range_get_selector_high(&testr[0], RANGE1_MIN - 1, in range_test_get_selector_high()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_linear_ranges.c | 66 #define RANGE1_MIN 10 macro 76 static const unsigned int range1_vals[] = { RANGE1_MIN, RANGE1_MIN + 78 RANGE1_MIN + RANGE1_STEP * 2, 79 RANGE1_MIN + RANGE1_STEP * 3, 80 RANGE1_MIN + RANGE1_STEP * 4 }; 107 #define SMALLEST_VAL RANGE1_MIN 110 LINEAR_RANGE(RANGE1_MIN, RANGE1_MIN_SEL, RANGE1_MAX_SEL, RANGE1_STEP), 153 ret = linear_range_get_selector_high(&testr[0], RANGE1_MIN - 1, in range_test_get_selector_high()
|
Completed in 1 milliseconds