Searched refs:modcod (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/media/dvb-frontends/ |
| H A D | stb0899_algo.c | 1161 …ic void stb0899_dvbs2_init_csm(struct stb0899_state *state, int pilots, enum stb0899_modcod modcod) in stb0899_dvbs2_init_csm() argument 1169 if (((internal->master_clk / internal->srate) <= 4) && (modcod <= 11) && (pilots == 1)) { in stb0899_dvbs2_init_csm() 1170 switch (modcod) { in stb0899_dvbs2_init_csm() 1305 enum stb0899_modcod modcod; in stb0899_dvbs2_algo() local 1438 modcod = STB0899_GETFIELD(UWP_DECODE_MOD, reg) >> 2; in stb0899_dvbs2_algo() 1442 (INRANGE(STB0899_QPSK_23, modcod, STB0899_QPSK_910)) && in stb0899_dvbs2_algo() 1445 stb0899_dvbs2_init_csm(state, pilots, modcod); in stb0899_dvbs2_algo() 1464 (INRANGE(STB0899_QPSK_12, modcod, STB0899_QPSK_35)) && in stb0899_dvbs2_algo() 1497 internal->modcod = STB0899_GETFIELD(UWP_DECODE_MOD, reg) >> 2; in stb0899_dvbs2_algo() 1506 if (INRANGE(STB0899_QPSK_12, internal->modcod, STB0899_QPSK_23)) in stb0899_dvbs2_algo()
|
| H A D | stv090x_priv.h | 187 enum stv090x_modcod modcod; member 248 enum stv090x_modcod modcod; member
|
| H A D | stb0899_priv.h | 189 enum stb0899_modcod modcod; member
|