Home
last modified time | relevance | path

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

/board/samsung/universal_c210/
A Duniversal.c117 #define IS_RANGE(x, min, max) ((x) > (min) && (x) < (max)) in get_hw_revision() macro
118 if (IS_RANGE(mode0, 80, 200) && IS_RANGE(mode1, 80, 200)) in get_hw_revision()
120 if (IS_RANGE(mode0, 750, 1000) && IS_RANGE(mode1, 80, 200)) in get_hw_revision()
122 if (IS_RANGE(mode0, 1300, 1700) && IS_RANGE(mode1, 80, 200)) in get_hw_revision()
124 if (IS_RANGE(mode0, 2000, 2400) && IS_RANGE(mode1, 80, 200)) in get_hw_revision()
126 #undef IS_RANGE in get_hw_revision()

Completed in 4 milliseconds