/sof-3.4.0/src/platform/amd/rembrandt/lib/ |
D | dai.c | 25 .handshake = 0, 31 .handshake = 1, 46 .handshake = 1, 51 .handshake = 0, 63 .handshake = 1, 68 .handshake = 0, 84 .handshake = 5, 89 .handshake = 4, 104 .handshake = 5, 109 .handshake = 4, [all …]
|
/sof-3.4.0/src/platform/amd/renoir/lib/ |
D | dai.c | 26 .handshake = 0, 31 .handshake = 1, 46 .handshake = 5, 51 .handshake = 4, 63 .handshake = 5, 68 .handshake = 4, 84 .handshake = 3, 89 .handshake = 2,
|
/sof-3.4.0/src/platform/imx8m/lib/ |
D | dai.c | 26 .handshake = 1, 32 .handshake = 0, 46 .handshake = 5, 52 .handshake = 4,
|
/sof-3.4.0/src/platform/imx8ulp/lib/ |
D | dai.c | 31 .handshake = EDMA_HANDSHAKE(IMX8ULP_EDMA2_CHAN0_IRQ, 39 .handshake = EDMA_HANDSHAKE(IMX8ULP_EDMA2_CHAN1_IRQ, 54 .handshake = EDMA_HANDSHAKE(IMX8ULP_EDMA2_CHAN0_IRQ, 62 .handshake = EDMA_HANDSHAKE(IMX8ULP_EDMA2_CHAN1_IRQ,
|
/sof-3.4.0/src/platform/imx8/lib/ |
D | dai.c | 26 .handshake = EDMA_HANDSHAKE(EDMA_ESAI_IRQ, 33 .handshake = EDMA_HANDSHAKE(EDMA_ESAI_IRQ, 56 .handshake = EDMA_HANDSHAKE(EDMA0_SAI_CHAN_TX_IRQ, 64 .handshake = EDMA_HANDSHAKE(EDMA0_SAI_CHAN_RX_IRQ,
|
/sof-3.4.0/src/platform/intel/cavs/lib/ |
D | dai.c | 50 .handshake = 0, 54 .handshake = DMA_HANDSHAKE_DMIC_CH0, 68 .handshake = 0, 72 .handshake = DMA_HANDSHAKE_DMIC_CH1, 176 dai[i].plat_data.fifo[SOF_IPC_STREAM_PLAYBACK].handshake = in dai_init() 180 dai[i].plat_data.fifo[SOF_IPC_STREAM_CAPTURE].handshake = in dai_init()
|
/sof-3.4.0/src/ipc/ipc3/ |
D | dai.c | 38 int handshake; in dai_config_dma_channel() local 60 handshake = dai_get_handshake(dd->dai, dai->direction, in dai_config_dma_channel() 62 channel = EDMA_HS_GET_CHAN(handshake); in dai_config_dma_channel() 83 handshake = dai_get_handshake(dd->dai, dai->direction, in dai_config_dma_channel() 85 channel = AFE_HS_GET_CHAN(handshake); in dai_config_dma_channel()
|
/sof-3.4.0/src/include/sof/drivers/ |
D | spi.h | 25 uint32_t handshake; member
|
/sof-3.4.0/src/drivers/imx/ |
D | esai.c | 382 int handshake = dai->plat_data.fifo[direction].handshake; in esai_get_handshake() local 383 int channel = EDMA_HS_GET_CHAN(handshake); in esai_get_handshake() 384 int irq = irqstr_get_sof_int(EDMA_HS_GET_IRQ(handshake)); in esai_get_handshake()
|
D | edma.c | 290 int direction, handshake, dmamux_cfg; in edma_setup_tcd() local 347 handshake = dai_get_handshake(dd->dai, direction, 0); in edma_setup_tcd() 348 dmamux_cfg = EDMA_HS_GET_DMAMUX_CFG(handshake); in edma_setup_tcd()
|
D | sai.c | 455 return dai->plat_data.fifo[direction].handshake; in sai_get_handshake()
|
/sof-3.4.0/src/platform/mt8188/lib/ |
D | dai.c | 51 afe_dai[i].plat_data.fifo[0].handshake = afe_dai_handshake[i]; in dai_init()
|
/sof-3.4.0/src/platform/mt8195/lib/ |
D | dai.c | 51 afe_dai[i].plat_data.fifo[0].handshake = afe_dai_handshake[i]; in dai_init()
|
/sof-3.4.0/src/platform/mt8186/lib/ |
D | dai.c | 51 afe_dai[i].plat_data.fifo[0].handshake = afe_dai_handshake[i]; in dai_init()
|
/sof-3.4.0/src/drivers/amd/rembrandt/ |
D | acp_bt_dai.c | 66 return dai->plat_data.fifo[direction].handshake; in btdai_get_handshake()
|
D | acp_sp_dai.c | 65 return dai->plat_data.fifo[direction].handshake; in spdai_get_handshake()
|
D | acp_dmic_dai.c | 120 return dai->plat_data.fifo[direction].handshake; in acp_dmic_dai_get_handshake()
|
D | acp_hs_dai.c | 161 return dai->plat_data.fifo[direction].handshake; in hsdai_get_handshake()
|
/sof-3.4.0/src/drivers/amd/renoir/ |
D | acp_bt_dai.c | 67 return dai->plat_data.fifo[direction].handshake; in btdai_get_handshake()
|
D | acp_dmic_dai.c | 124 return dai->plat_data.fifo[direction].handshake; in acp_dmic_dai_get_handshake()
|
D | acp_sp_dai.c | 122 return dai->plat_data.fifo[direction].handshake; in spdai_get_handshake()
|
/sof-3.4.0/src/drivers/mediatek/afe/ |
D | afe-dai.c | 93 return (int)dai->plat_data.fifo[0].handshake; in afe_dai_drv_get_handshake()
|
/sof-3.4.0/src/platform/intel/cavs/ |
D | platform.c | 289 .handshake = DMA_HANDSHAKE_SSI_RX, 292 .handshake = DMA_HANDSHAKE_SSI_TX,
|
/sof-3.4.0/src/include/sof/lib/ |
D | dai-legacy.h | 144 uint32_t handshake; member
|
/sof-3.4.0/src/drivers/dw/ |
D | ssi-spi.c | 138 spi->plat_data->fifo[direction].handshake
|