Lines Matching refs:This

8 This program and the accompanying materials are licensed and made available under 
17 This protocol is defined in Framework for EFI Compatibility Support Module spec
39 This enum specifies the Mode param values for GetPlatformInfo()
43 /// This mode is invoked twice. The first invocation has LegacySegment and
77 /// This mode returns a block of data. The content and usage is IBV or OEM defined.
81 /// This function is invoked twice. The first invocation has LegacySegment and
115 /// This mode returns a block of data. The content and usage is IBV defined. OEMs or
123 /// This mode is invoked twice. The first invocation has LegacySegment and
157 /// This mode returns a block of data. The content and usage are IBV defined. OEMs or
165 /// This mode is invoked twice. The first invocation has LegacySegment and
175 /// Mechanism 1: This mode returns the data and the Legacy BIOS Protocol copies
179 /// Mechanism 2: This mode directly fills in the EFI_COMPATIBILITY16_TABLE with
207 /// This mode returns a TPM binary image for the onboard TPM device.
261 /// This mode returns the Base address of PciExpress memory mapped configuration
293 This enum specifies the Mode param values for GetPlatformHandle().
297 /// This mode returns the Compatibility16 policy for the device that should be the VGA
312 /// This mode returns the Compatibility16 policy for the device that should be the IDE
328 /// This mode returns the Compatibility16 policy for the device that should be the ISA bus
343 /// This mode returns the Compatibility16 policy for the device that should be the USB
360 This enum specifies the Mode param values for PlatformHooks().
365 /// This mode allows any preprocessing before scanning OpROMs.
381 /// This mode shadows legacy OpROMS that may not have a physical device associated with
398 /// This mode allows platform to perform any required operation after an OpROM has
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.
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
500 /// This byte plus the sum of all other bytes in the LocalPirqTable equal 0x00.
546 @param This The protocol instance pointer.
563 IN EFI_LEGACY_BIOS_PLATFORM_PROTOCOL *This,
576 @param This The protocol instance pointer.
591 IN EFI_LEGACY_BIOS_PLATFORM_PROTOCOL *This,
602 @param This The protocol instance pointer.
612 IN EFI_LEGACY_BIOS_PLATFORM_PROTOCOL *This,
620 @param This The protocol instance pointer.
635 IN EFI_LEGACY_BIOS_PLATFORM_PROTOCOL *This,
646 This function returns the following information associated with PCI IRQ routing:
651 @param This The protocol instance pointer.
653 This location is the $PIR table minus the header.
666 IN EFI_LEGACY_BIOS_PLATFORM_PROTOCOL *This,
677 This function translates the given PIRQ back through all buses, if required,
680 @param This The protocol instance pointer.
694 IN EFI_LEGACY_BIOS_PLATFORM_PROTOCOL *This,
706 @param This The protocol instance pointer.
719 IN EFI_LEGACY_BIOS_PLATFORM_PROTOCOL *This,
728 This protocol abstracts the platform portion of the traditional BIOS.