Searched refs:IS_RANGE (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/samsung/universal_c210/ |
| H A D | universal.c | 115 #define IS_RANGE(x, min, max) ((x) > (min) && (x) < (max)) in get_hw_revision() macro 116 if (IS_RANGE(mode0, 80, 200) && IS_RANGE(mode1, 80, 200)) in get_hw_revision() 118 if (IS_RANGE(mode0, 750, 1000) && IS_RANGE(mode1, 80, 200)) in get_hw_revision() 120 if (IS_RANGE(mode0, 1300, 1700) && IS_RANGE(mode1, 80, 200)) in get_hw_revision() 122 if (IS_RANGE(mode0, 2000, 2400) && IS_RANGE(mode1, 80, 200)) in get_hw_revision() 124 #undef IS_RANGE in get_hw_revision()
|