Lines Matching full:subset
170 hdsp_slot_channel_offset(uint32_t subset, uint32_t slots)
174 /* Make sure we have a subset of slots. */
175 subset &= slots;
176 /* Include all slots preceding the first one of the subset. */
177 preceding = slots & (hdsp_slot_first(subset) - 1);
473 buffer_mux_port(uint32_t *dma, uint32_t *pcm, uint32_t subset, uint32_t slots,
480 slot_offset = hdsp_slot_offset(subset);
483 /* Channel position of the slot subset. */
484 chan_pos = hdsp_slot_channel_offset(subset, slots);
488 width = hdsp_slot_count(subset);
518 buffer_demux_port(uint32_t *dma, uint32_t *pcm, uint32_t subset, uint32_t slots,
525 slot_offset = hdsp_slot_offset(subset);
528 /* Channel position of the slot subset. */
529 chan_pos = hdsp_slot_channel_offset(subset, slots);
533 width = hdsp_slot_count(subset);