Searched refs:foundModcod (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/media/dvb-frontends/
H A Dstv0900_sw.c824 enum fe_stv0900_modcode foundModcod; local
865 foundModcod = stv0900_get_bits(intp, DEMOD_MODCOD);
868 foundModcod,
871 if (foundModcod <= STV0900_QPSK_910)
873 else if (foundModcod <= STV0900_8PSK_910) {
879 (foundModcod > STV0900_8PSK_910)) {
880 if (foundModcod <= STV0900_16APSK_910) {
884 } else if (foundModcod <= STV0900_32APSK_910) {

Completed in 202 milliseconds