Home
last modified time | relevance | path

Searched refs:frv_dma_inprogress (Results 1 – 3 of 3) sorted by relevance

/arch/frv/kernel/
Dlocal.h20 extern unsigned long frv_dma_inprogress;
Ddma.c112 unsigned int frv_dma_inprogress; variable
115 (void)__atomic32_fetch_and(~(1 << (channel)), &frv_dma_inprogress);
118 (void)__atomic32_fetch_or(1 << (channel), &frv_dma_inprogress);
Dprocess.c64 if (!frv_dma_inprogress) in arch_cpu_idle()