Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap1/
Ddma.c36 static u32 enable_1510_mode; variable
227 if (enable_1510_mode) { in omap1_show_dma_caps()
319 enable_1510_mode = d->dev_caps & ENABLE_1510_MODE; in omap1_system_dma_init()
/linux-4.1.27/arch/arm/plat-omap/
Ddma.c70 static int enable_1510_mode; variable
147 return enable_1510_mode; in omap_dma_in_1510_mode()
1091 if (enable_1510_mode && ch >= 6) { in omap1_dma_handle_ch()
1096 if (enable_1510_mode && ch <= 2 && (csr >> 7) != 0) { in omap1_dma_handle_ch()
1129 if (enable_1510_mode && dma_chan[ch + 6].saved_csr) in omap1_dma_irq_handler()
1312 enable_1510_mode = d->dev_caps & ENABLE_1510_MODE; in omap_system_dma_probe()
1340 if (ch >= 6 && enable_1510_mode) in omap_system_dma_probe()