Searched refs:CHKRANGE (Results 1 – 2 of 2) sorted by relevance
64 #define CHKRANGE(val, x, y) (((val >= x) && (val < y)) ? 1 : 0) macro
367 (ptr->val_high != 0) && !CHKRANGE(frequency, ptr->val_low, ptr->val_high); in stb6100_set_frequency()