Go to the documentation of this file.
15 #ifndef __ARCH_SA1100_MTD_XIP_H__
16 #define __ARCH_SA1100_MTD_XIP_H__
18 #include <mach/hardware.h>
20 #define xip_irqpending() (ICIP & ICMR)
23 #define xip_currtime() (OSCR)
24 #define xip_elapsed_since(x) (signed)((OSCR - (x)) / 4)