Home
last modified time | relevance | path

Searched defs:xip_cpu_idle (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/include/mach/
H A Dmtd-xip.h34 #define xip_cpu_idle() asm volatile ("mcr p14, 0, %0, c7, c0, 0" :: "r" (1)) macro
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dxip.h89 #define xip_cpu_idle() do { } while (0) macro
/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/include/mach/
H A Dmtd-xip.h59 #define xip_cpu_idle() asm volatile ("mcr p15, 0, %0, c7, c0, 4" :: "r" (1)) macro