Lines Matching refs:layer
396 unsigned layer) in mb86a20s_get_modulation() argument
405 if (layer >= ARRAY_SIZE(reg)) in mb86a20s_get_modulation()
407 rc = mb86a20s_writereg(state, 0x6d, reg[layer]); in mb86a20s_get_modulation()
428 unsigned layer) in mb86a20s_get_fec() argument
438 if (layer >= ARRAY_SIZE(reg)) in mb86a20s_get_fec()
440 rc = mb86a20s_writereg(state, 0x6d, reg[layer]); in mb86a20s_get_fec()
463 unsigned layer) in mb86a20s_get_interleaving() argument
473 if (layer >= ARRAY_SIZE(reg)) in mb86a20s_get_interleaving()
475 rc = mb86a20s_writereg(state, 0x6d, reg[layer]); in mb86a20s_get_interleaving()
487 unsigned layer) in mb86a20s_get_segment_count() argument
497 if (layer >= ARRAY_SIZE(reg)) in mb86a20s_get_segment_count()
499 rc = mb86a20s_writereg(state, 0x6d, reg[layer]); in mb86a20s_get_segment_count()
535 p->layer[i].segment_count = rc; in mb86a20s_get_frontend()
541 p->layer[i].modulation = rc; in mb86a20s_get_frontend()
544 p->layer[i].fec = rc; in mb86a20s_get_frontend()
547 p->layer[i].interleaving = rc; in mb86a20s_get_frontend()