Searched refs:qam_tab (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dcx22700.c126 static const u8 qam_tab [4] = { 0, 1, 0, 2 }; local
166 val = qam_tab[p->constellation - QPSK];
189 static const fe_modulation_t qam_tab [3] = { QPSK, QAM_16, QAM_64 }; local
209 p->constellation = qam_tab[(val >> 3) & 0x3];
H A Dl64781.c126 static const u8 qam_tab [] = { 2, 4, 0, 6 }; local
192 spi_bias *= qam_tab[p->constellation];

Completed in 112 milliseconds