OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IH_MPUIO_BASE
(Results
1 - 2
of
2
) 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
227
#define
IH_MPUIO_BASE
(OMAP_MAX_GPIO_LINES + IH_GPIO_BASE)
228
#define IH_BOARD_BASE (16 +
IH_MPUIO_BASE
)
Completed in 67 milliseconds