Home
last modified time | relevance | path

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

/sof-2.7.6/src/drivers/dw/
Ddma.c300 (lli->ctrl_lo & (DW_CTLL_LLP_D_EN | DW_CTLL_LLP_S_EN)) ? in dw_dma_start()
664 DW_CTLL_LLP_S_EN | DW_CTLL_LLP_D_EN; in dw_dma_set_config()
672 DW_CTLL_LLP_S_EN | DW_CTLL_LLP_D_EN; in dw_dma_set_config()
680 DW_CTLL_LLP_S_EN | DW_CTLL_LLP_D_EN; in dw_dma_set_config()
699 lli_desc->ctrl_lo |= DW_CTLL_LLP_D_EN; in dw_dma_set_config()
716 DW_CTLL_LLP_S_EN | DW_CTLL_LLP_D_EN; in dw_dma_set_config()
766 ~(DW_CTLL_LLP_S_EN | DW_CTLL_LLP_D_EN); in dw_dma_set_config()
/sof-2.7.6/src/include/sof/drivers/
Ddw-dma.h83 #define DW_CTLL_LLP_D_EN BIT(27) macro