Lines Matching refs:layer
220 c->layer[0].fec = c->fec_inner; in tc90522s_get_frontend()
221 c->layer[0].modulation = c->modulation; in tc90522s_get_frontend()
222 c->layer[0].segment_count = val[3] & 0x3f; /* slots */ in tc90522s_get_frontend()
226 c->layer[1].fec = fec_conv_sat[v]; in tc90522s_get_frontend()
228 c->layer[1].segment_count = 0; in tc90522s_get_frontend()
230 c->layer[1].segment_count = val[4] & 0x3f; /* slots */ in tc90522s_get_frontend()
235 c->layer[1].modulation = QPSK; in tc90522s_get_frontend()
362 c->layer[0].segment_count = 0; in tc90522t_get_frontend()
365 c->layer[0].segment_count = v; in tc90522t_get_frontend()
366 c->layer[0].fec = fec_conv_ter[(val[1] & 0x1c) >> 2]; in tc90522t_get_frontend()
367 c->layer[0].modulation = mod_conv[(val[1] & 0xe0) >> 5]; in tc90522t_get_frontend()
369 c->layer[0].interleaving = v; in tc90522t_get_frontend()
375 c->layer[1].segment_count = 0; in tc90522t_get_frontend()
378 c->layer[1].segment_count = v; in tc90522t_get_frontend()
379 c->layer[1].fec = fec_conv_ter[(val[3] & 0xe0) >> 5]; in tc90522t_get_frontend()
380 c->layer[1].modulation = mod_conv[(val[2] & 0x07)]; in tc90522t_get_frontend()
381 c->layer[1].interleaving = (val[3] & 0x1c) >> 2; in tc90522t_get_frontend()
387 c->layer[2].segment_count = 0; in tc90522t_get_frontend()
390 c->layer[2].segment_count = v; in tc90522t_get_frontend()
391 c->layer[2].fec = fec_conv_ter[(val[4] & 0x07)]; in tc90522t_get_frontend()
392 c->layer[2].modulation = mod_conv[(val[4] & 0x38) >> 3]; in tc90522t_get_frontend()
393 c->layer[2].interleaving = (val[5] & 0xe0) >> 5; in tc90522t_get_frontend()