Lines Matching refs:ctx_header_size

194 	unsigned int ctx_header_size;  in amdtp_stream_add_pcm_hw_constraints()  local
224 ctx_header_size = IR_CTX_HEADER_SIZE_CIP; in amdtp_stream_add_pcm_hw_constraints()
226 ctx_header_size = IR_CTX_HEADER_SIZE_NO_CIP; in amdtp_stream_add_pcm_hw_constraints()
228 CYCLES_PER_SECOND / ctx_header_size; in amdtp_stream_add_pcm_hw_constraints()
670 params->header_length = s->ctx_data.tx.ctx_header_size; in queue_in_packet()
993 ctx_header += s->ctx_data.tx.ctx_header_size / sizeof(*ctx_header); in generate_tx_packet_descs()
1326 packet_count = header_length / s->ctx_data.tx.ctx_header_size; in process_tx_packets()
1370 packets = header_length / s->ctx_data.tx.ctx_header_size; in drop_tx_packets()
1372 ctx_header += (packets - 1) * s->ctx_data.tx.ctx_header_size / sizeof(*ctx_header); in drop_tx_packets()
1398 packets = header_length / s->ctx_data.tx.ctx_header_size; in process_tx_packets_intermediately()
1408 ctx_header += s->ctx_data.tx.ctx_header_size / sizeof(__be32); in process_tx_packets_intermediately()
1415 size_t length = s->ctx_data.tx.ctx_header_size * offset; in process_tx_packets_intermediately()
1450 count = header_length / s->ctx_data.tx.ctx_header_size; in drop_tx_packets_initially()
1487 ctx_header += s->ctx_data.tx.ctx_header_size / sizeof(__be32); in drop_tx_packets_initially()
1665 unsigned int ctx_header_size; in amdtp_stream_start() local
1696 ctx_header_size = IR_CTX_HEADER_SIZE_CIP; in amdtp_stream_start()
1698 ctx_header_size = IR_CTX_HEADER_SIZE_NO_CIP; in amdtp_stream_start()
1702 ctx_header_size = 0; // No effect for IT context. in amdtp_stream_start()
1712 type, channel, speed, ctx_header_size, in amdtp_stream_start()
1726 s->ctx_data.tx.ctx_header_size = ctx_header_size; in amdtp_stream_start()