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

/drivers/media/dvb/frontends/
H A Dcx22700.c127 static const u8 qam_tab [4] = { 0, 1, 0, 2 }; local
167 val = qam_tab[p->modulation - QPSK];
191 static const fe_modulation_t qam_tab [3] = { QPSK, QAM_16, QAM_64 }; local
211 p->modulation = qam_tab[(val >> 3) & 0x3];
H A Dl64781.c127 static const u8 qam_tab [] = { 2, 4, 0, 6 }; local
202 spi_bias *= qam_tab[p->modulation];

Completed in 68 milliseconds