Home
last modified time | relevance | path

Searched refs:ssi_fifo_depth (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/sound/soc/fsl/
H A Dfsl_dma.c60 unsigned int ssi_fifo_depth; member
99 unsigned int ssi_fifo_depth; member
403 dma_private->ssi_fifo_depth = dma->ssi_fifo_depth; in fsl_dma_open()
608 * (dma_private->ssi_fifo_depth - 2) * sample_bytes. in fsl_dma_hw_params()
610 mr |= CCSR_DMA_MR_BWC((dma_private->ssi_fifo_depth - 2) * sample_bytes); in fsl_dma_hw_params()
871 dma->ssi_fifo_depth = be32_to_cpup(iprop); in fsl_soc_dma_probe()
874 dma->ssi_fifo_depth = 8; in fsl_soc_dma_probe()
/kernel/linux/linux-5.10/sound/soc/fsl/
H A Dfsl_dma.c60 unsigned int ssi_fifo_depth; member
99 unsigned int ssi_fifo_depth; member
429 dma_private->ssi_fifo_depth = dma->ssi_fifo_depth; in fsl_dma_open()
635 * (dma_private->ssi_fifo_depth - 2) * sample_bytes. in fsl_dma_hw_params()
637 mr |= CCSR_DMA_MR_BWC((dma_private->ssi_fifo_depth - 2) * sample_bytes); in fsl_dma_hw_params()
918 dma->ssi_fifo_depth = be32_to_cpup(iprop); in fsl_soc_dma_probe()
921 dma->ssi_fifo_depth = 8; in fsl_soc_dma_probe()

Completed in 4 milliseconds