Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Daf9033.c773 u16 abort_packet_count, rsd_packet_count; in af9033_read_status() local
779 * (rsd_packet_count). Maybe it should be increased? in af9033_read_status()
788 rsd_packet_count = (buf[6] << 8) | (buf[5] << 0); in af9033_read_status()
791 dev->total_block_count += rsd_packet_count; in af9033_read_status()
793 dev->post_bit_count += rsd_packet_count * 204 * 8; in af9033_read_status()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Daf9033.c774 u16 abort_packet_count, rsd_packet_count; in af9033_read_status() local
780 * (rsd_packet_count). Maybe it should be increased? in af9033_read_status()
789 rsd_packet_count = (buf[6] << 8) | (buf[5] << 0); in af9033_read_status()
792 dev->total_block_count += rsd_packet_count; in af9033_read_status()
794 dev->post_bit_count += rsd_packet_count * 204 * 8; in af9033_read_status()

Completed in 3 milliseconds