HomeSort by relevance Sort by last modified time
    Searched refs:IH_GPIO_BASE (Results 1 - 3 of 3) sorted by null

  /development/ndk/platforms/android-3/arch-arm/include/asm/arch/
gpio.h 38 #define OMAP_GPIO_IRQ(nr) (OMAP_GPIO_IS_MPUIO(nr) ? IH_MPUIO_BASE + ((nr) & 0x0f) : IH_GPIO_BASE + (nr))
irqs.h 226 #define IH_GPIO_BASE (128 + IH2_BASE)
227 #define IH_MPUIO_BASE (OMAP_MAX_GPIO_LINES + IH_GPIO_BASE)
fpga.h 132 #define OMAP1510_INT_FPGA (IH_GPIO_BASE + 13)

Completed in 45 milliseconds