Home
last modified time | relevance | path

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

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