Lines Matching refs:legacy_mode
228 bool legacy_mode; member
1772 static void edma_dma_init(struct edma_cc *ecc, bool legacy_mode) in edma_dma_init() argument
1782 if (ecc->legacy_mode && !memcpy_channels) { in edma_dma_init()
1834 } else if (!ecc->legacy_mode) { in edma_dma_init()
1971 bool legacy_mode) in edma_setup_info_from_dt() argument
1982 if (legacy_mode) { in edma_setup_info_from_dt()
2089 if (echan->ecc->legacy_mode && dma_spec->args_count == 1) in of_edma_xlate()
2092 if (!echan->ecc->legacy_mode && dma_spec->args_count == 2 && in of_edma_xlate()
2106 bool legacy_mode) in edma_setup_info_from_dt() argument
2131 bool legacy_mode = true; in edma_probe() local
2139 legacy_mode = false; in edma_probe()
2141 info = edma_setup_info_from_dt(dev, legacy_mode); in edma_probe()
2170 ecc->legacy_mode = legacy_mode; in edma_probe()
2269 if (!ecc->legacy_mode) { in edma_probe()
2307 edma_dma_init(ecc, legacy_mode); in edma_probe()