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

/linux-master/drivers/media/dvb-frontends/
H A Dmt352.c308 static const u8 tps_fec_to_api[8] = local
330 op->code_rate_HP = tps_fec_to_api[(tps >> 7) & 7];
331 op->code_rate_LP = tps_fec_to_api[(tps >> 4) & 7];
H A Dzl10353.c365 static const u8 tps_fec_to_api[8] = { local
386 c->code_rate_HP = tps_fec_to_api[(tps >> 7) & 7];
387 c->code_rate_LP = tps_fec_to_api[(tps >> 4) & 7];

Completed in 621 milliseconds