OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OptionalElements
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/OvmfPkg/PlatformDxe/
PlatformConfig.c
70
@param[out]
OptionalElements
This bitmap describes the presence of optional
83
OUT UINT64 *
OptionalElements
104
*
OptionalElements
= 0;
110
*
OptionalElements
|= PLATFORM_CONFIG_F_DOWNGRADE;
126
*
OptionalElements
|= PLATFORM_CONFIG_F_GRAPHICS_RESOLUTION;
PlatformConfig.h
50
OUT UINT64 *
OptionalElements
54
// Feature flags for
OptionalElements
.
Platform.c
150
UINT64
OptionalElements
;
155
Status = PlatformConfigLoad (&PlatformConfig, &
OptionalElements
);
158
if (
OptionalElements
& PLATFORM_CONFIG_F_GRAPHICS_RESOLUTION) {
665
UINT64
OptionalElements
;
668
Status = PlatformConfigLoad (&PlatformConfig, &
OptionalElements
);
675
if (
OptionalElements
& PLATFORM_CONFIG_F_GRAPHICS_RESOLUTION) {
Completed in 1606 milliseconds