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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/frontends/
H A Daf9013.c953 u32 total_bit_count = 0; local
988 total_bit_count = (buf[1] << 8) + buf[0];
989 total_bit_count = total_bit_count - abort_packet_count;
990 total_bit_count = total_bit_count * 204 * 8;
992 if (total_bit_count)
993 state->ber = error_bit_count * 1000000000 / total_bit_count;
998 error_bit_count, total_bit_count, abort_packet_count);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Daf9013.c953 u32 total_bit_count = 0; local
988 total_bit_count = (buf[1] << 8) + buf[0];
989 total_bit_count = total_bit_count - abort_packet_count;
990 total_bit_count = total_bit_count * 204 * 8;
992 if (total_bit_count)
993 state->ber = error_bit_count * 1000000000 / total_bit_count;
998 error_bit_count, total_bit_count, abort_packet_count);

Completed in 124 milliseconds