Home
last modified time | relevance | path

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

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/Omap35xxPkg/Include/Omap3530/
H A DOmap3530Interrupt.h40 #define INTCPS_ILR(m) (INTERRUPT_BASE + 0x0100 + (0x04 * (m))) macro
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/TexasInstruments/Omap35xxPkg/Include/Omap3530/
H A DOmap3530Interrupt.h37 #define INTCPS_ILR(m) (INTERRUPT_BASE + 0x0100 + (0x04 * (m))) macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/Omap35xxPkg/Library/DebugAgentTimerLib/
H A DDebugAgentTimerLib.c43 MmioWrite32 (INTCPS_ILR (gVector), 1); in EnableInterruptSource()
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/TexasInstruments/Omap35xxPkg/Library/DebugAgentTimerLib/
H A DDebugAgentTimerLib.c37 MmioWrite32 (INTCPS_ILR (gVector), 1); in EnableInterruptSource()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/Omap35xxPkg/InterruptDxe/
H A DHardwareInterrupt.c88 if ((MmioRead32 (INTCPS_ILR(Source)) & INTCPS_ILR_FIQ) == INTCPS_ILR_FIQ) { in RegisterInterruptSource()
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/TexasInstruments/Omap35xxPkg/InterruptDxe/
H A DHardwareInterrupt.c82 if ((MmioRead32 (INTCPS_ILR(Source)) & INTCPS_ILR_FIQ) == INTCPS_ILR_FIQ) { in RegisterInterruptSource()