Home
last modified time | relevance | path

Searched refs:xip_cpu_idle (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dxip.h88 #ifndef xip_cpu_idle
89 #define xip_cpu_idle() do { } while (0) macro
/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/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
/OK3568_Linux_fs/kernel/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c1241 xip_cpu_idle(); in xip_wait_for_operation()
H A Dcfi_cmdset_0002.c1137 xip_cpu_idle(); in xip_udelay()