Searched refs:BIT21 (Results 1 – 10 of 10) sorted by relevance
311 #define EFI_IMAGE_SCN_ALIGN_2BYTES BIT21 ///< 0x00200000312 #define EFI_IMAGE_SCN_ALIGN_4BYTES (BIT20|BIT21) ///< 0x00300000315 #define EFI_IMAGE_SCN_ALIGN_32BYTES (BIT21|BIT22) ///< 0x00600000316 #define EFI_IMAGE_SCN_ALIGN_64BYTES (BIT20|BIT21|BIT22) ///< 0x00700000
1741 #define TPM_DELEGATE_CreateMaintenanceArchive (BIT21)1774 #define TPM_KEY_DELEGATE_EstablishTransport (BIT21)
340 #define EFI_ACPI_5_0_LOW_POWER_S0_IDLE_CAPABLE BIT21
230 #define EFI_ACPI_5_1_LOW_POWER_S0_IDLE_CAPABLE BIT21
230 #define EFI_ACPI_6_1_LOW_POWER_S0_IDLE_CAPABLE BIT21
230 #define EFI_ACPI_6_0_LOW_POWER_S0_IDLE_CAPABLE BIT21
235 #define EFI_ACPI_6_3_LOW_POWER_S0_IDLE_CAPABLE BIT21
327 #define EFI_ACPI_6_2_LOW_POWER_S0_IDLE_CAPABLE BIT21
235 #define EFI_ACPI_6_4_LOW_POWER_S0_IDLE_CAPABLE BIT21
370 #define BIT21 0x00200000 macro