Home
last modified time | relevance | path

Searched refs:omap_readl (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/arch-arm/asm/arch/
Dmtd-xip.h32 #define xip_irqpending() (omap_readl(OMAP_IH1_ITR) & ~omap_readl(OMAP_IH1_MIR))
Dio.h31 #define omap_readl(a) (*(volatile unsigned int *)IO_ADDRESS(a)) macro