Searched refs:RANGE2_MIN_SEL (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | test_linear_ranges.c | 83 #define RANGE2_MIN_SEL 7 macro 87 static const unsigned int range2_sels[] = { RANGE2_MIN_SEL, RANGE2_MIN_SEL + 1, 88 RANGE2_MIN_SEL + 2, 89 RANGE2_MIN_SEL + 3 }; 103 #define RANGE2_MAX_SEL (RANGE2_MIN_SEL + RANGE2_NUM_VALS - 1) 117 .min_sel = RANGE2_MIN_SEL,
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_linear_ranges.c | 83 #define RANGE2_MIN_SEL 7 macro 87 static const unsigned int range2_sels[] = { RANGE2_MIN_SEL, RANGE2_MIN_SEL + 1, 88 RANGE2_MIN_SEL + 2, 89 RANGE2_MIN_SEL + 3 }; 103 #define RANGE2_MAX_SEL (RANGE2_MIN_SEL + RANGE2_NUM_VALS - 1) 111 LINEAR_RANGE(RANGE2_MIN, RANGE2_MIN_SEL, RANGE2_MAX_SEL, RANGE2_STEP),
|
Completed in 2 milliseconds