Searched refs:non_ll (Results 1 – 2 of 2) sorted by relevance
227 int non_ll = 0; in dw_edma_device_config() local229 chan->non_ll = false; in dw_edma_device_config()248 non_ll = *(int *)config->peripheral_config; in dw_edma_device_config()250 if (cfg_non_ll && !non_ll) { in dw_edma_device_config()256 if (cfg_non_ll || non_ll) in dw_edma_device_config()257 chan->non_ll = true; in dw_edma_device_config()461 bursts_max = chan->non_ll ? 1 : chan->ll_max; in dw_edma_device_transfer()
322 if (chan->non_ll) in dw_hdma_v0_core_start()