Home
last modified time | relevance | path

Searched refs:EnableInterruptSource (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/Omap35xxPkg/Library/DebugAgentTimerLib/
DDebugAgentTimerLib.c35 EnableInterruptSource ( in EnableInterruptSource() function
139 EnableInterruptSource (); in DebugAgentTimerSetPeriod()
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Library/DebugAgentTimerLib/
DDebugAgentTimerLib.c35 EnableInterruptSource ( in EnableInterruptSource() function
139 EnableInterruptSource (); in DebugAgentTimerSetPeriod()
/device/linaro/bootloader/edk2/Omap35xxPkg/InterruptDxe/
DHardwareInterrupt.c105 return This->EnableInterruptSource(This, Source); in RegisterInterruptSource()
121 EnableInterruptSource ( in EnableInterruptSource() function
293 EnableInterruptSource,
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/InterruptDxe/
DHardwareInterrupt.c105 return This->EnableInterruptSource(This, Source); in RegisterInterruptSource()
121 EnableInterruptSource ( in EnableInterruptSource() function
293 EnableInterruptSource,
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
DHardwareInterrupt.h160 HARDWARE_INTERRUPT_ENABLE EnableInterruptSource; member
/device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmGic/
DArmGicCommonDxe.c84 return This->EnableInterruptSource (This, Source); in RegisterInterruptSource()
/device/linaro/bootloader/edk2/Omap35xxPkg/TimerDxe/
DTimer.c206 Status = gInterrupt->EnableInterruptSource(gInterrupt, gVector); in TimerDriverSetTimerPeriod()
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/TimerDxe/
DTimer.c206 Status = gInterrupt->EnableInterruptSource(gInterrupt, gVector); in TimerDriverSetTimerPeriod()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/SP804TimerDxe/
DSP804Timer.c233 Status = gInterrupt->EnableInterruptSource (gInterrupt, gVector); in TimerDriverSetTimerPeriod()
/device/linaro/bootloader/edk2/ArmPkg/Drivers/TimerDxe/
DTimerDxe.c344 gInterrupt->EnableInterruptSource (gInterrupt, Source); in TimerInterruptHandler()