Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dhda-sdw-bpt.h20 u32 tx_dma_bandwidth, struct hdac_ext_stream **bpt_rx_stream,
39 u32 tx_dma_bandwidth, struct hdac_ext_stream **bpt_rx_stream, in hda_sdw_bpt_open() argument
/linux/drivers/soundwire/
H A Dintel_ace2x.c63 unsigned int tx_dma_bandwidth; in intel_ace2x_bpt_open_stream() local
158 &tx_dma_bandwidth, &rx_dma_bandwidth); in intel_ace2x_bpt_open_stream()
188 tx_alignment = hda_sdw_bpt_get_buf_size_alignment(tx_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()
231 &sdw->bpt_ctx.dmab_tx_bdl, pdi0_buffer_size, tx_dma_bandwidth, in intel_ace2x_bpt_open_stream()
H A Dcadence_master.h215 unsigned int *tx_dma_bandwidth,
H A Dcadence_master.c2099 unsigned int *tx_dma_bandwidth, in sdw_cdns_bpt_find_bandwidth() argument
2120 *tx_dma_bandwidth = pdi0_buffer_size * 8 * frame_rate; in sdw_cdns_bpt_find_bandwidth()
/linux/sound/soc/sof/intel/
H A Dhda-sdw-bpt.c254 u32 tx_dma_bandwidth, struct hdac_ext_stream **bpt_rx_stream, in hda_sdw_bpt_open() argument
264 num_channels_tx = DIV_ROUND_UP(tx_dma_bandwidth, BPT_FREQUENCY * 32); in hda_sdw_bpt_open()