n_bch             261 drivers/media/dvb-frontends/cxd2880/cxd2880_top.c 	u32 n_bch = 0;
n_bch             354 drivers/media/dvb-frontends/cxd2880/cxd2880_top.c 	n_bch = n_bch_bits_lookup[plp_fec_type][plp_code_rate];
n_bch             356 drivers/media/dvb-frontends/cxd2880/cxd2880_top.c 	if (*post_bit_err > ((1U << period_exp) * n_bch))
n_bch             359 drivers/media/dvb-frontends/cxd2880/cxd2880_top.c 	*post_bit_count = (1U << period_exp) * n_bch;