Searched refs:INTCPS_SIR_IRQ (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_omap335x.h62 #define INTCPS_SIR_IRQ (gOmapInterruptControllerBase + 0x0040) macro
H A Dpe_omap3530.h152 #define INTCPS_SIR_IRQ (gOmapInterruptControllerBase + 0x0040) macro
H A Dpe_omap335x.c247 uint32_t irq_number = (HwReg32(INTCPS_SIR_IRQ)) & 0x7F;
H A Dpe_omap3430.c262 uint32_t irq_number = (HwReg(INTCPS_SIR_IRQ)) & 0x7F;
H A Dpe_omap3530.c250 uint32_t irq_number = (HwReg(INTCPS_SIR_IRQ)) & 0x7F;

Completed in 12 milliseconds