Home
last modified time | relevance | path

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

/linux/drivers/dma/dw-edma/
H A Ddw-edma-core.c75 if (chan->non_ll) { in dw_edma_core_start()
185 int non_ll = 0; in dw_edma_device_config() local
187 chan->non_ll = false; in dw_edma_device_config()
206 non_ll = *(int *)config->peripheral_config; in dw_edma_device_config()
208 if (cfg_non_ll && !non_ll) { in dw_edma_device_config()
214 if (cfg_non_ll || non_ll) in dw_edma_device_config()
215 chan->non_ll = true; in dw_edma_device_config()
H A Ddw-edma-core.h87 bool non_ll; member