Home
last modified time | relevance | path

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

/linux/sound/soc/sof/intel/
H A Dhda-sdw-bpt.c24 #define BPT_FREQUENCY 192000 /* The max rate defined in rate_bits[] hdac_device.c */ macro
25 #define BPT_MULTIPLIER ((BPT_FREQUENCY / 48000) - 1)
80 msg.extension |= SOF_IPC4_GLB_EXT_CHAIN_DMA_FIFO_SIZE(BPT_FREQUENCY / 1000 * in chain_dma_trigger()
256 unsigned int num_channels = DIV_ROUND_UP(dma_bandwidth, BPT_FREQUENCY * 32); in hda_sdw_bpt_get_buf_size_alignment()
276 num_channels_tx = DIV_ROUND_UP(tx_dma_bandwidth, BPT_FREQUENCY * 32); in hda_sdw_bpt_open()
286 num_channels_rx = DIV_ROUND_UP(rx_dma_bandwidth, BPT_FREQUENCY * 32); in hda_sdw_bpt_open()