Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/sof/intel/
H A Dhda-sdw-bpt.c23 #define BPT_FREQUENCY 192000 /* The max rate defined in rate_bits[] hdac_device.c */ macro
24 #define BPT_MULTIPLIER ((BPT_FREQUENCY / 48000) - 1)
79 msg.extension |= SOF_IPC4_GLB_EXT_CHAIN_DMA_FIFO_SIZE(BPT_FREQUENCY / 1000 * in chain_dma_trigger()
251 num_channels_tx = DIV_ROUND_UP(tx_dma_bandwidth, BPT_FREQUENCY * 32); in hda_sdw_bpt_open()
261 num_channels_rx = DIV_ROUND_UP(rx_dma_bandwidth, BPT_FREQUENCY * 32); in hda_sdw_bpt_open()