HomeSort by relevance Sort by last modified time
    Searched defs:Irq (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
ExceptionSupport.ARMv6.asm 88 Irq
89 b Irq
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmExceptionLib/Arm/
ExceptionSupport.asm 90 Irq
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacySio.c 50 UINT8 Irq;
82 Irq = MAX_UINT8;
108 Irq = (UINT8) LowBitSet32 (IrqResource->Mask);
127 DEBUG ((EFI_D_INFO, "LegacySio: Address/Dma/Irq = %x/%d/%d\n", Address, Dma, Irq));
153 if (Acpi->UID < 4 && Address != MAX_UINT16 && Irq != MAX_UINT8) {
172 SioSerial->Irq = Irq;
189 if (Acpi->UID < 3 && Address != MAX_UINT16 && Irq != MAX_UINT8 && Dma != MAX_UINT8) {
192 SioParallel->Irq = Irq;
    [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/8259InterruptControllerDxe/
8259.c 223 Gets the current 16-bit real mode and 32-bit protected-mode IRQ masks.
227 @param[out] LegacyEdgeLevel 16-bit mode edge/level mask for IRQ-IRQ15.
265 Sets the current 16-bit real mode and 32-bit protected-mode IRQ masks.
269 @param[in] LegacyEdgeLevel 16-bit mode edge/level mask for IRQ-IRQ15.
402 Translates the IRQ into a vector.
405 @param[in] Irq IRQ0-IRQ15.
406 @param[out] Vector The vector that is assigned to the IRQ.
408 @retval EFI_SUCCESS The Vector that matches Irq was returned.
409 @retval EFI_INVALID_PARAMETER Irq is not valid.
416 IN EFI_8259_IRQ Irq,
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
IsaIo.c 176 Convert the IRQ Information in ACPI descriptor to IRQ ISA Attribute.
178 @param[in] Information The IRQ Information in ACPI descriptor
180 @return UINT32 The IRQ ISA Attribute
295 EFI_ACPI_IRQ_DESCRIPTOR *Irq;
355 Irq = (EFI_ACPI_IRQ_DESCRIPTOR *) AcpiResource.SmallHeader;
356 for (Index = 0; Index < sizeof (Irq->Mask) * 8; Index++) {
357 if (Irq->Mask & (1 << Index)) {
366 IsaResource[Count].Attribute = IsaIrqAttribute (Irq->Information);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
LegacyBiosPlatform.h 417 /// This IRQ has not been assigned to PCI.
421 /// This IRQ has been assigned to PCI.
425 /// This IRQ has been used by an SIO legacy device and cannot be used by PCI.
433 /// IRQ for this entry.
435 UINT8 Irq;
437 /// Status of this IRQ.
439 /// PCI_UNUSED 0x00. This IRQ has not been assigned to PCI.
441 /// PCI_USED 0xFF. This IRQ has been assigned to PCI.
443 /// LEGACY_USED 0xFE. This IRQ has been used by an SIO legacy
492 /// If nonzero, a value passed directly to the IRQ miniport's Initialize function.
    [all...]
LegacyBios.h 459 UINT8 Irq; ///< IRQ assigned to the serial port.
478 UINT8 Irq; ///< IRQ assigned to the parallel port.
497 UINT8 Irq; ///< IRQ assigned to the floppy.
694 /// has hooked the specified IRQ. The OpROM may be BBS compliant as some SCSI
695 /// BBS-compliant OpROMs also hook IRQ vectors in order to run their BIOS Setup
701 /// has hooked the specified IRQ. The OpROM may be BBS compliant as some SCSI
702 /// BBS-compliant OpROMs also hook IRQ vectors in order to run their BIOS Setup
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
SerialPortConsoleRedirectionTable.h 42 UINT8 Irq;
104 /// PC-AT-compatible dual-8259 IRQ interrupt
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
Pp2Dxe.h 293 INT32 Irq;

Completed in 515 milliseconds