Searched refs:InterruptStatus (Results 1 - 25 of 33) sorted by relevance

12

/device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmGic/
H A DArmGicSecLib.c33 UINT32 InterruptStatus; local
40 InterruptStatus = MmioRead32 (GicDistributorBase + ARM_GIC_ICDISR + (Index * 4));
41 MmioWrite32 (GicDistributorBase + ARM_GIC_ICDISR + (Index * 4), InterruptStatus & (~GicSecureInterruptMask[Index]));
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
H A DSnpGetStatus.c29 @param InterruptStatus A pointer to the bit mask of the currently active
60 OUT UINT32 *InterruptStatus OPTIONAL,
109 if (InterruptStatus != NULL) {
114 *InterruptStatus = 0;
116 *InterruptStatus |= EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPT;
120 *InterruptStatus |= EFI_SIMPLE_NETWORK_TRANSMIT_INTERRUPT;
H A DVirtioNet.h223 OUT UINT32 *InterruptStatus OPTIONAL,
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
H A DOhciReg.c440 HcINTERRUPT_STATUS InterruptStatus; local
442 ZeroMem (&InterruptStatus, sizeof (HcINTERRUPT_STATUS));
445 InterruptStatus.SchedulingOverrun = 1;
449 InterruptStatus.WriteBackDone = 1;
452 InterruptStatus.Sof = 1;
456 InterruptStatus.ResumeDetected = 1;
460 InterruptStatus.UnrecoverableError = 1;
464 InterruptStatus.FrameNumOverflow = 1;
468 InterruptStatus.RHStatusChange = 1;
472 InterruptStatus
497 HcINTERRUPT_STATUS InterruptStatus; local
[all...]
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
H A DOhciReg.c436 HcINTERRUPT_STATUS InterruptStatus; local
438 ZeroMem (&InterruptStatus, sizeof (HcINTERRUPT_STATUS));
441 InterruptStatus.SchedulingOverrun = 1;
445 InterruptStatus.WriteBackDone = 1;
448 InterruptStatus.Sof = 1;
452 InterruptStatus.ResumeDetected = 1;
456 InterruptStatus.UnrecoverableError = 1;
460 InterruptStatus.FrameNumOverflow = 1;
464 InterruptStatus.RHStatusChange = 1;
468 InterruptStatus
493 HcINTERRUPT_STATUS InterruptStatus; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
H A DGet_status.c168 InterruptStatus. If InterruptStatus is NULL, the interrupt status will not be
177 @param InterruptStatus A pointer to the bit mask of the currently active
204 OUT UINT32 *InterruptStatus, OPTIONAL
216 if (InterruptStatus == NULL && TxBuf == NULL) {
242 Status = PxeGetStatus (Snp, InterruptStatus, TRUE);
244 Status = PxeGetStatus (Snp, InterruptStatus, FALSE);
202 SnpUndi32GetStatus( IN EFI_SIMPLE_NETWORK_PROTOCOL *This, OUT UINT32 *InterruptStatus, OPTIONAL OUT VOID **TxBuf OPTIONAL ) argument
H A DSnp.h856 InterruptStatus. If InterruptStatus is NULL, the interrupt status will not be
865 @param InterruptStatus A pointer to the bit mask of the currently active
892 OUT UINT32 *InterruptStatus, OPTIONAL
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
H A Dif_msk.h62 OUT UINT32 *InterruptStatus, OPTIONAL
H A DMarvellYukon.h546 InterruptStatus. If InterruptStatus is NULL, the interrupt status will not be
555 <at> param InterruptStatus A pointer to the bit mask of the currently active
582 OUT UINT32 *InterruptStatus, OPTIONAL
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/
H A DDxeDebugAgentLib.c363 BOOLEAN InterruptStatus; local
395 InterruptStatus = SaveAndDisableInterrupts ();
484 SetInterruptState (InterruptStatus);
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgent/
H A DSecPeiDebugAgentLib.c268 BOOLEAN InterruptStatus; local
276 InterruptStatus = SaveAndDisableInterrupts ();
322 SetInterruptState (InterruptStatus);
/device/linaro/bootloader/edk2/EmulatorPkg/EmuSnpDxe/
H A DEmuSnpDxe.h374 @param InterruptStatus A pointer to the bit mask of the currently active interrupts
394 OUT UINT32* InterruptStatus,
H A DEmuSnpDxe.c405 @param InterruptStatus A pointer to the bit mask of the currently active interrupts
425 OUT UINT32 *InterruptStatus,
434 Status = Private->Io->GetStatus (Private->Io, InterruptStatus, TxBuffer);
423 EmuSnpGetStatus( IN EFI_SIMPLE_NETWORK_PROTOCOL *This, OUT UINT32 *InterruptStatus, OUT VOID **TxBuffer ) argument
/device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
H A DEmuSnp.h312 @param InterruptStatus A pointer to the bit mask of the currently active interrupts
336 OUT UINT32 *InterruptStatus OPTIONAL,
/device/linaro/bootloader/edk2/Nt32Pkg/SnpNt32Dxe/
H A DSnpNt32.c286 @param InterruptStatus A pointer to the bit mask of the currently active interrupts
306 OUT UINT32 *InterruptStatus,
843 @param InterruptStatus A pointer to the bit mask of the currently active interrupts
863 OUT UINT32 *InterruptStatus,
883 if (InterruptStatus != NULL) {
884 *InterruptStatus = EFI_SIMPLE_NETWORK_TRANSMIT_INTERRUPT;
861 SnpNt32GetStatus( IN EFI_SIMPLE_NETWORK_PROTOCOL *This, OUT UINT32 *InterruptStatus, OUT VOID **TxBuffer ) argument
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DBiosSnp16.c1812 SimpleNetworkDevice->InterruptStatus |= EFI_SIMPLE_NETWORK_TRANSMIT_INTERRUPT;
1822 SimpleNetworkDevice->InterruptStatus |= EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPT;
2979 @param InterruptStatus A pointer to the bit mask of the currently active interrupts
3003 OUT UINT32 *InterruptStatus OPTIONAL,
3036 if (InterruptStatus == NULL && TxBuf == NULL) {
3051 if (InterruptStatus != NULL) {
3052 *InterruptStatus = SimpleNetworkDevice->InterruptStatus;
3053 SimpleNetworkDevice->InterruptStatus = 0;
3345 if ((SimpleNetworkDevice->InterruptStatus
[all...]
H A DBiosSnp16.h87 UINT8 InterruptStatus; ///< returned/cleared by GetStatus, set in ISR member in struct:__anon5564
408 @param InterruptStatus A pointer to the bit mask of the currently active interrupts
432 OUT UINT32 *InterruptStatus OPTIONAL,
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpMain.c55 UINT32 InterruptStatus; local
82 Snp->GetStatus (Snp, &InterruptStatus, NULL);
H A DMnpIo.c1096 UINT32 InterruptStatus; local
1107 Snp->GetStatus (Snp, &InterruptStatus, NULL);
/device/linaro/bootloader/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
H A DS3Resume.c775 BOOLEAN InterruptStatus; local
850 InterruptStatus = SaveAndDisableInterrupts ();
862 SetInterruptState (InterruptStatus);
974 BOOLEAN InterruptStatus; local
1102 InterruptStatus = SaveAndDisableInterrupts ();
1114 SetInterruptState (InterruptStatus);
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
H A DBerkeleyPacketFilter.c744 @param InterruptStatus A pointer to the bit mask of the currently active interrupts
767 OUT UINT32 *InterruptStatus OPTIONAL,
779 if ( InterruptStatus != NULL ) {
780 *InterruptStatus = EFI_SIMPLE_NETWORK_TRANSMIT_INTERRUPT;
H A DLinuxPacketFilter.c391 @param InterruptStatus A pointer to the bit mask of the currently active interrupts
414 OUT UINT32 *InterruptStatus OPTIONAL,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleNetwork/
H A DSimpleNetwork.h482 OUT UINT32 *InterruptStatus OPTIONAL,
493 InterruptStatus - A pointer to the bit mask of the currently active interrupts
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DSimpleNetwork.h519 @param InterruptStatus A pointer to the bit mask of the currently active interrupts
543 OUT UINT32 *InterruptStatus OPTIONAL,
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
H A DPp2Dxe.h587 OUT UINT32 *InterruptStatus OPTIONAL,

Completed in 223 milliseconds

12