Searched refs:qam_tab (Results 1 – 2 of 2) sorted by relevance
115 static const u8 qam_tab [4] = { 0, 1, 0, 2 }; in cx22700_set_tps() local155 val = qam_tab[p->modulation - QPSK]; in cx22700_set_tps()182 static const enum fe_modulation qam_tab[3] = { QPSK, QAM_16, QAM_64 }; in cx22700_get_tps() enum203 p->modulation = qam_tab[(val >> 3) & 0x3]; in cx22700_get_tps()
115 static const u8 qam_tab [] = { 2, 4, 0, 6 }; in apply_frontend_param() local190 spi_bias *= qam_tab[p->modulation]; in apply_frontend_param()