Lines Matching refs:modcod
1161 static void stb0899_dvbs2_init_csm(struct stb0899_state *state, int pilots, enum stb0899_modcod modcod)
1169 if (((internal->master_clk / internal->srate) <= 4) && (modcod <= 11) && (pilots == 1)) {
1170 switch (modcod) {
1305 enum stb0899_modcod modcod;
1438 modcod = STB0899_GETFIELD(UWP_DECODE_MOD, reg) >> 2;
1442 (INRANGE(STB0899_QPSK_23, modcod, STB0899_QPSK_910)) &&
1445 stb0899_dvbs2_init_csm(state, pilots, modcod);
1464 (INRANGE(STB0899_QPSK_12, modcod, STB0899_QPSK_35)) &&
1497 internal->modcod = STB0899_GETFIELD(UWP_DECODE_MOD, reg) >> 2;
1506 if (INRANGE(STB0899_QPSK_12, internal->modcod, STB0899_QPSK_23))