Home
last modified time | relevance | path

Searched refs:RANGE1_MIN (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/lib/
H A Dtest_linear_ranges.c66 #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()