Lines Matching refs:pcm_width
462 unsigned int pcm_width) in buffer_mux_port() argument
472 chan_pos = hdspe_channel_offset(subset, ports, pcm_width); in buffer_mux_port()
474 channels = hdspe_channel_count(ports, pcm_width); in buffer_mux_port()
477 slots = hdspe_port_slot_width(subset, MIN(adat_width, pcm_width)); in buffer_mux_port()
508 unsigned int pcm_width) in buffer_demux_port() argument
518 chan_pos = hdspe_channel_offset(subset, ports, pcm_width); in buffer_demux_port()
520 channels = hdspe_channel_count(ports, pcm_width); in buffer_demux_port()
523 slots = hdspe_port_slot_width(subset, MIN(adat_width, pcm_width)); in buffer_demux_port()
547 unsigned int adat_width, pcm_width; in buffer_copy() local
557 pcm_width = 2; in buffer_copy()
559 pcm_width = 4; in buffer_copy()
561 pcm_width = 8; in buffer_copy()
595 if (pcm_width == adat_width) in buffer_copy()
603 length, adat_width, pcm_width); in buffer_copy()
606 pos, length, adat_width, pcm_width); in buffer_copy()
609 if (pcm_width == adat_width) in buffer_copy()