Lines Matching refs:legacy_mode
228 bool legacy_mode; member
1785 static void edma_dma_init(struct edma_cc *ecc, bool legacy_mode) in edma_dma_init() argument
1795 if (ecc->legacy_mode && !memcpy_channels) { in edma_dma_init()
1847 } else if (!ecc->legacy_mode) { in edma_dma_init()
1984 bool legacy_mode) in edma_setup_info_from_dt() argument
1995 if (legacy_mode) { in edma_setup_info_from_dt()
2102 if (echan->ecc->legacy_mode && dma_spec->args_count == 1) in of_edma_xlate()
2105 if (!echan->ecc->legacy_mode && dma_spec->args_count == 2 && in of_edma_xlate()
2119 bool legacy_mode) in edma_setup_info_from_dt() argument
2144 bool legacy_mode = true; in edma_probe() local
2152 legacy_mode = false; in edma_probe()
2154 info = edma_setup_info_from_dt(dev, legacy_mode); in edma_probe()
2183 ecc->legacy_mode = legacy_mode; in edma_probe()
2285 if (!ecc->legacy_mode) { in edma_probe()
2325 edma_dma_init(ecc, legacy_mode); in edma_probe()