HomeSort by relevance Sort by last modified time
    Searched refs:gVector (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Library/DebugAgentTimerLib/
DebugAgentTimerLib.c 25 volatile UINT32 gVector;
43 MmioWrite32 (INTCPS_ILR (gVector), 1);
45 Bank = gVector / 32;
46 Bit = 1UL << (gVector % 32);
59 Bank = gVector / 32;
60 Bit = 1UL << (gVector % 32);
83 gVector = InterruptVectorForTimer (TimerNumber);
  /device/linaro/bootloader/edk2/Omap35xxPkg/Library/DebugAgentTimerLib/
DebugAgentTimerLib.c 25 volatile UINT32 gVector;
43 MmioWrite32 (INTCPS_ILR (gVector), 1);
45 Bank = gVector / 32;
46 Bit = 1UL << (gVector % 32);
59 Bank = gVector / 32;
60 Bit = 1UL << (gVector % 32);
83 gVector = InterruptVectorForTimer (TimerNumber);
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/TimerDxe/
Timer.c 52 volatile UINTN gVector;
190 Status = gInterrupt->DisableInterruptSource(gInterrupt, gVector);
206 Status = gInterrupt->EnableInterruptSource(gInterrupt, gVector);
355 gVector = InterruptVectorForTimer (FixedPcdGet32(PcdOmap35xxArchTimer));
356 Status = gInterrupt->RegisterInterruptSource (gInterrupt, gVector, TimerInterruptHandler);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/SP804TimerDxe/
SP804Timer.c 48 UINTN gVector;
215 Status = gInterrupt->DisableInterruptSource (gInterrupt, gVector);
233 Status = gInterrupt->EnableInterruptSource (gInterrupt, gVector);
361 gVector = PcdGet32(PcdSP804TimerPeriodicInterruptNum);
372 Status = gInterrupt->RegisterInterruptSource (gInterrupt, gVector, TimerInterruptHandler);
  /device/linaro/bootloader/edk2/Omap35xxPkg/TimerDxe/
Timer.c 52 volatile UINTN gVector;
190 Status = gInterrupt->DisableInterruptSource(gInterrupt, gVector);
206 Status = gInterrupt->EnableInterruptSource(gInterrupt, gVector);
355 gVector = InterruptVectorForTimer (FixedPcdGet32(PcdOmap35xxArchTimer));
356 Status = gInterrupt->RegisterInterruptSource (gInterrupt, gVector, TimerInterruptHandler);

Completed in 1506 milliseconds