Home
last modified time | relevance | path

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

/openbmc/linux/sound/firewire/
H A Damdtp-stream.h146 unsigned int dbc_interval; member
H A Damdtp-stream.c783 unsigned int dbc_interval; in check_cip_header() local
786 if (*data_blocks > 0 && s->ctx_data.tx.dbc_interval > 0) in check_cip_header()
787 dbc_interval = s->ctx_data.tx.dbc_interval; in check_cip_header()
789 dbc_interval = *data_blocks; in check_cip_header()
791 dbc_interval = payload_length / sizeof(__be32); in check_cip_header()
794 lost = dbc != ((*data_block_counter + dbc_interval) & 0xff); in check_cip_header()
/openbmc/linux/sound/firewire/fireworks/
H A Dfireworks_stream.c59 efw->tx_stream.ctx_data.tx.dbc_interval = 8; in init_stream()