Home
last modified time | relevance | path

Searched defs:xip_iprefetch (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/arch/arm/include/asm/
Dmtd-xip.h21 #define xip_iprefetch() do { asm volatile (".rep 8; nop; .endr"); } while (0) macro
/linux-3.3/include/linux/mtd/
Dxip.h80 #define xip_iprefetch() do { } while (0) macro