Home
last modified time | relevance | path

Searched refs:dbc (Results 1 – 1 of 1) sorted by relevance

/sound/firewire/
Damdtp-stream.c541 unsigned int dbc; in check_cip_header() local
593 dbc = cip_header[0] & CIP_DBC_MASK; in check_cip_header()
596 dbc = *data_block_counter; in check_cip_header()
598 if ((dbc == 0x00 && (s->flags & CIP_SKIP_DBC_ZERO_CHECK)) || in check_cip_header()
602 lost = dbc != *data_block_counter; in check_cip_header()
611 lost = dbc != ((*data_block_counter + dbc_interval) & 0xff); in check_cip_header()
617 *data_block_counter, dbc); in check_cip_header()
621 *data_block_counter = dbc; in check_cip_header()
709 unsigned int dbc = s->data_block_counter; in generate_device_pkt_descs() local
725 &data_blocks, &dbc, &syt, packet_index, i); in generate_device_pkt_descs()
[all …]