Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dhda-sdw-bpt.h22 u32 rx_dma_bandwidth);
41 u32 rx_dma_bandwidth) in hda_sdw_bpt_open() argument
/linux/drivers/soundwire/
H A Dintel_ace2x.c65 unsigned int rx_dma_bandwidth; in intel_ace2x_bpt_open_stream() local
158 &tx_dma_bandwidth, &rx_dma_bandwidth); in intel_ace2x_bpt_open_stream()
187 rx_alignment = hda_sdw_bpt_get_buf_size_alignment(rx_dma_bandwidth); in intel_ace2x_bpt_open_stream()
227 pdi0_buffer_size, pdi1_buffer_size, tx_dma_bandwidth, rx_dma_bandwidth); in intel_ace2x_bpt_open_stream()
233 pdi1_buffer_size, rx_dma_bandwidth); in intel_ace2x_bpt_open_stream()
H A Dcadence_master.h216 unsigned int *rx_dma_bandwidth);
H A Dcadence_master.c2100 unsigned int *rx_dma_bandwidth) in sdw_cdns_bpt_find_bandwidth() argument
2121 *rx_dma_bandwidth = pdi1_buffer_size * 8 * frame_rate; in sdw_cdns_bpt_find_bandwidth()
/linux/sound/soc/sof/intel/
H A Dhda-sdw-bpt.c256 u32 rx_dma_bandwidth) in hda_sdw_bpt_open() argument
274 num_channels_rx = DIV_ROUND_UP(rx_dma_bandwidth, BPT_FREQUENCY * 32); in hda_sdw_bpt_open()