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

/linux-4.4.14/drivers/media/dvb-frontends/
H A Dcx22700.c127 static const u8 qam_tab [4] = { 0, 1, 0, 2 }; cx22700_set_tps() local
167 val = qam_tab[p->modulation - QPSK]; cx22700_set_tps()
194 static const enum fe_modulation qam_tab[3] = { QPSK, QAM_16, QAM_64 }; cx22700_get_tps() local
215 p->modulation = qam_tab[(val >> 3) & 0x3]; cx22700_get_tps()
H A Dl64781.c127 static const u8 qam_tab [] = { 2, 4, 0, 6 }; apply_frontend_param() local
202 spi_bias *= qam_tab[p->modulation]; apply_frontend_param()

Completed in 100 milliseconds