Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/dvb/frontends/
Dstb6100.h73 #define INRANGE(val, x, y) (((x <= val) && (val <= y)) || \ macro
Dstv0367_priv.h45 #define INRANGE(X, Y, Z) \ macro
Dstb0899_priv.h50 #define INRANGE(val, x, y) (((x <= val) && (val <= y)) || \ macro
Dstv0900_core.c630 if (INRANGE(lookup->table[imin].regval, agc_gain, in stv0900_get_rf_level()
635 if (INRANGE(lookup->table[imin].regval, in stv0900_get_rf_level()
718 if (INRANGE(lookup->table[imin].regval, in stv0900_carr_get_quality()
723 if (INRANGE(lookup->table[imin].regval, in stv0900_carr_get_quality()
933 if ((INRANGE(STV0900_QPSK_12, mod_code, STV0900_8PSK_910)) in stv0900_activate_s2_modcod()
1575 if (!(INRANGE(100000, c->symbol_rate, 70000000))) in stv0900_search()
Dstv0900_priv.h32 #define INRANGE(X, Y, Z) ((((X) <= (Y)) && ((Y) <= (Z))) \ macro
Dstb0899_algo.c1451 (INRANGE(STB0899_QPSK_23, modcod, STB0899_QPSK_910)) && in stb0899_dvbs2_algo()
1473 (INRANGE(STB0899_QPSK_12, modcod, STB0899_QPSK_35)) && in stb0899_dvbs2_algo()
1509 if (INRANGE(STB0899_QPSK_12, internal->modcod, STB0899_QPSK_23)) in stb0899_dvbs2_algo()
Dstb0899_drv.c1454 if (INRANGE(i_params->srate, 1000000, 45000000)) { in stb0899_search()