Searched refs:BIT12 (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciReg.h58 #define USBPORTSC_SUSP BIT12 // Suspend
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePrintLib/
H A DPrintLibInternal.h35 #define ARGUMENT_REVERSED BIT12
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciReg.h147 #define XHC_USBSTS_HCE BIT12 // Host Controller Error
164 #define XHC_PORTSC_PS (BIT10|BIT11|BIT12|BIT13) // Port Speed
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DBaseTypes.h235 #define BIT12 0x00001000 macro
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
H A DDebugCommunicationLibUsb.c594 if ((MmioRead32((UINTN)UsbStatus) & BIT12) == 0) {
596 while ((MmioRead32((UINTN)UsbStatus) & BIT12) == 0);
610 if (MmioRead32((UINTN)UsbStatus) & BIT12) {
613 while (MmioRead32((UINTN)UsbStatus) & BIT12);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DPeImage.h105 #define EFI_IMAGE_FILE_SYSTEM BIT12 ///< 0x1000 System File.
310 #define EFI_IMAGE_SCN_LNK_COMDAT BIT12 ///< 0x00001000
H A DAcpi20.h223 #define EFI_ACPI_2_0_HEADLESS BIT12
H A DAcpi30.h252 #define EFI_ACPI_3_0_HEADLESS BIT12
H A DTpm12.h1700 #define TPM_NV_PER_WRITEALL (BIT12)
1757 #define TPM_DELEGATE_SetCapability (BIT12)
1790 #define TPM_KEY_DELEGATE_CertifyKey (BIT12)
H A DAcpi40.h210 #define EFI_ACPI_4_0_HEADLESS BIT12
H A DAcpi50.h334 #define EFI_ACPI_5_0_HEADLESS BIT12
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/IndustryStandard/
H A DPeImage.h107 #define EFI_IMAGE_FILE_SYSTEM BIT12 ///< 0x1000 System File.
312 #define EFI_IMAGE_SCN_LNK_COMDAT BIT12 ///< 0x00001000
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dp80211hdr.h178 #define WLAN_GET_FC_PWRMGT(n) ((((UINT16)(n)) & (BIT12)) >> 12)
H A Dwlan_compat.h208 #define BIT12 0x00001000 macro
H A Dhfa384x.h288 #define HFA384x_CMD_AINFO ((UINT16)(BIT14 | BIT13 | BIT12 | BIT11 | BIT10 | BIT9 | BIT8))
295 #define HFA384x_STATUS_RESULT ((UINT16)(BIT14 | BIT13 | BIT12 | BIT11 | BIT10 | BIT9 | BIT8))
1651 #define HFA384x_TX_CFPOLL ((UINT16)BIT12)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/
H A DBase.h222 #define BIT12 0x00001000 macro
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/
H A DBase.h224 #define BIT12 0x00001000 macro
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DCper.h235 #define EFI_GENERIC_ERROR_PROC_INST_IP_VALID BIT12
763 #define EFI_PLATFORM_MEMORY_RESPONDER_ID_VALID BIT12
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaPassThruExecute.c360 if ((PhyLogicSectorSupport & BIT12) != 0) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.h90 #define USBPORTSC_SUSP BIT12 /* Suspend */
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
H A DPrintLib.c944 #define ARGUMENT_REVERSED BIT12

Completed in 1908 milliseconds