Home
last modified time | relevance | path

Searched refs:INTCPS_ILR (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/Omap35xxPkg/Include/Omap3530/
DOmap3530Interrupt.h43 #define INTCPS_ILR(m) (INTERRUPT_BASE + 0x0100 + (0x04 * (m))) macro
/device/linaro/bootloader/edk2/Omap35xxPkg/Library/DebugAgentTimerLib/
DDebugAgentTimerLib.c43 MmioWrite32 (INTCPS_ILR (gVector), 1); in EnableInterruptSource()
/device/linaro/bootloader/edk2/Omap35xxPkg/InterruptDxe/
DHardwareInterrupt.c88 if ((MmioRead32 (INTCPS_ILR(Source)) & INTCPS_ILR_FIQ) == INTCPS_ILR_FIQ) { in RegisterInterruptSource()