Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/
A Dstb6100.h61 #define INRANGE(val, x, y) (((x <= val) && (val <= y)) || \ macro
A Dstv0367_priv.h30 #define INRANGE(X, Y, Z) \ macro
A Dstv0900_core.c610 if (INRANGE(lookup->table[imin].regval, agc_gain, in stv0900_get_rf_level()
615 if (INRANGE(lookup->table[imin].regval, in stv0900_get_rf_level()
698 if (INRANGE(lookup->table[imin].regval, in stv0900_carr_get_quality()
703 if (INRANGE(lookup->table[imin].regval, in stv0900_carr_get_quality()
913 if ((INRANGE(STV0900_QPSK_12, mod_code, STV0900_8PSK_910)) in stv0900_activate_s2_modcod()
1576 if (!(INRANGE(100000, c->symbol_rate, 70000000))) in stv0900_search()
A Dstb0899_priv.h38 #define INRANGE(val, x, y) (((x <= val) && (val <= y)) || \ macro
A Dstv0900_priv.h17 #define INRANGE(X, Y, Z) ((((X) <= (Y)) && ((Y) <= (Z))) \ macro
A Dstb0899_algo.c1442 (INRANGE(STB0899_QPSK_23, modcod, STB0899_QPSK_910)) && in stb0899_dvbs2_algo()
1464 (INRANGE(STB0899_QPSK_12, modcod, STB0899_QPSK_35)) && in stb0899_dvbs2_algo()
1506 if (INRANGE(STB0899_QPSK_12, internal->modcod, STB0899_QPSK_23)) in stb0899_dvbs2_algo()
A Dstb0899_drv.c1433 if (INRANGE(i_params->srate, 1000000, 45000000)) { in stb0899_search()

Completed in 23 milliseconds