Lines Matching refs:legacy_mode
231 bool legacy_mode; member
1834 static void edma_dma_init(struct edma_cc *ecc, bool legacy_mode) in edma_dma_init() argument
1844 if (ecc->legacy_mode && !memcpy_channels) { in edma_dma_init()
1904 } else if (!ecc->legacy_mode) { in edma_dma_init()
2042 bool legacy_mode) in edma_setup_info_from_dt() argument
2052 if (legacy_mode) { in edma_setup_info_from_dt()
2159 if (echan->ecc->legacy_mode && dma_spec->args_count == 1) in of_edma_xlate()
2162 if (!echan->ecc->legacy_mode && dma_spec->args_count == 2 && in of_edma_xlate()
2176 bool legacy_mode) in edma_setup_info_from_dt() argument
2201 bool legacy_mode = true; in edma_probe() local
2209 legacy_mode = false; in edma_probe()
2211 info = edma_setup_info_from_dt(dev, legacy_mode); in edma_probe()
2238 ecc->legacy_mode = legacy_mode; in edma_probe()
2339 if (!ecc->legacy_mode) { in edma_probe()
2377 edma_dma_init(ecc, legacy_mode); in edma_probe()