Linux Kernel
3.7.1
|
#include <mach/hardware.h>
Go to the source code of this file.
Data Structures | |
struct | xip_omap_mpu_timer_regs_t |
Macros | |
#define | OMAP_MPU_TIMER_BASE (0xfffec500) |
#define | OMAP_MPU_TIMER_OFFSET 0x100 |
#define | xip_omap_mpu_timer_base(n) |
#define | xip_irqpending() (omap_readl(OMAP_IH1_ITR) & ~omap_readl(OMAP_IH1_MIR)) |
#define | xip_currtime() (~xip_omap_mpu_timer_read(0)) |
#define | xip_elapsed_since(x) (signed)((~xip_omap_mpu_timer_read(0) - (x)) / 6) |
#define | xip_cpu_idle() asm volatile ("mcr p15, 0, %0, c7, c0, 4" :: "r" (1)) |
#define xip_irqpending | ( | ) | (omap_readl(OMAP_IH1_ITR) & ~omap_readl(OMAP_IH1_MIR)) |
#define xip_omap_mpu_timer_base | ( | n | ) |