Searched refs:RANGE1_MIN_SEL (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | test_linear_ranges.c | 67 #define RANGE1_MIN_SEL 2 macro 71 static const unsigned int range1_sels[] = { RANGE1_MIN_SEL, RANGE1_MIN_SEL + 1, 72 RANGE1_MIN_SEL + 2, 73 RANGE1_MIN_SEL + 3, 74 RANGE1_MIN_SEL + 4 }; 100 #define RANGE1_MAX_SEL (RANGE1_MIN_SEL + RANGE1_NUM_VALS - 1) 106 #define SMALLEST_SEL RANGE1_MIN_SEL 112 .min_sel = RANGE1_MIN_SEL,
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_linear_ranges.c | 67 #define RANGE1_MIN_SEL 2 macro 71 static const unsigned int range1_sels[] = { RANGE1_MIN_SEL, RANGE1_MIN_SEL + 1, 72 RANGE1_MIN_SEL + 2, 73 RANGE1_MIN_SEL + 3, 74 RANGE1_MIN_SEL + 4 }; 100 #define RANGE1_MAX_SEL (RANGE1_MIN_SEL + RANGE1_NUM_VALS - 1) 106 #define SMALLEST_SEL RANGE1_MIN_SEL 110 LINEAR_RANGE(RANGE1_MIN, RANGE1_MIN_SEL, RANGE1_MAX_SEL, RANGE1_STEP),
|
Completed in 2 milliseconds