Searched refs:enable_1510_mode (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm/mach-omap1/
H A Ddma.c36 static u32 enable_1510_mode; variable
227 if (enable_1510_mode) { omap1_show_dma_caps()
319 enable_1510_mode = d->dev_caps & ENABLE_1510_MODE; omap1_system_dma_init()
/linux-4.4.14/arch/arm/plat-omap/
H A Ddma.c74 static int enable_1510_mode; variable
151 return enable_1510_mode; omap_dma_in_1510_mode()
1095 if (enable_1510_mode && ch >= 6) { omap1_dma_handle_ch()
1100 if (enable_1510_mode && ch <= 2 && (csr >> 7) != 0) { omap1_dma_handle_ch()
1133 if (enable_1510_mode && dma_chan[ch + 6].saved_csr) omap1_dma_irq_handler()
1316 enable_1510_mode = d->dev_caps & ENABLE_1510_MODE; omap_system_dma_probe()
1344 if (ch >= 6 && enable_1510_mode) omap_system_dma_probe()

Completed in 81 milliseconds