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

/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_omap335x.h72 #define INTCPS_MIR_CLEAR(n) (gOmapInterruptControllerBase + 0x0088 + (0x20 * (n))) macro
H A Dpe_omap3530.h162 #define INTCPS_MIR_CLEAR(n) (gOmapInterruptControllerBase + 0x0088 + (0x20 * (n))) macro
H A Dpe_omap335x.c170 mmio_write(INTCPS_MIR_CLEAR(OMAP335X_SCH_TIMER_IRQ >> 5), 1 << (OMAP335X_SCH_TIMER_IRQ & 0x1f));
H A Dpe_omap3430.c189 mmio_write(INTCPS_MIR_CLEAR(37 >> 5), 1 << (37 & 0x1f));
H A Dpe_omap3530.c177 mmio_write(INTCPS_MIR_CLEAR(37 >> 5), 1 << (37 & 0x1f));

Completed in 24 milliseconds