Lines Matching refs:legacy_mode
243 bool legacy_mode; member
1980 static void edma_dma_init(struct edma_cc *ecc, bool legacy_mode) in edma_dma_init() argument
1990 if (ecc->legacy_mode && !memcpy_channels) { in edma_dma_init()
2054 } else if (!ecc->legacy_mode) { in edma_dma_init()
2192 bool legacy_mode) in edma_setup_info_from_dt() argument
2202 if (legacy_mode) { in edma_setup_info_from_dt()
2309 if (echan->ecc->legacy_mode && dma_spec->args_count == 1) in of_edma_xlate()
2312 if (!echan->ecc->legacy_mode && dma_spec->args_count == 2 && in of_edma_xlate()
2326 bool legacy_mode) in edma_setup_info_from_dt() argument
2351 bool legacy_mode = true; in edma_probe() local
2359 legacy_mode = false; in edma_probe()
2361 info = edma_setup_info_from_dt(dev, legacy_mode); in edma_probe()
2381 ecc->legacy_mode = legacy_mode; in edma_probe()
2499 if (!ecc->legacy_mode) { in edma_probe()
2551 edma_dma_init(ecc, legacy_mode); in edma_probe()