/device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/ |
Cmos.c | 2 PC/AT CMOS access routines
16 #include "Cmos.h"
20 Reads 8-bits of CMOS data.
22 Reads the 8-bits of CMOS data at the location specified by Index.
25 @param Index The CMOS location to read.
42 Writes 8-bits of CMOS data.
44 Writes 8-bits of CMOS data to the location specified by Index
47 @param Index The CMOS location to write.
48 @param Value The value to write to CMOS.
50 @return The value written to CMOS. [all...] |
Cmos.h | 2 PC/AT CMOS access routines
19 Reads 8-bits of CMOS data.
21 Reads the 8-bits of CMOS data at the location specified by Index.
24 @param Index The CMOS location to read.
36 Writes 8-bits of CMOS data.
38 Writes 8-bits of CMOS data to the location specified by Index
41 @param Index The CMOS location to write.
42 @param Value The value to write to CMOS.
44 @return The value written to CMOS.
|
MemDetect.c | 37 #include "Cmos.h"
50 // CMOS 0x34/0x35 specifies the system memory above 16 MB.
51 // * CMOS(0x35) is the high byte
52 // * CMOS(0x34) is the low byte
74 // CMOS 0x5b-0x5d specifies the system memory above 4GB MB.
75 // * CMOS(0x5d) is the most significant size byte
76 // * CMOS(0x5c) is the middle size byte
77 // * CMOS(0x5b) is the least significant size byte
|
PlatformPei.inf | 32 Cmos.c
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
LegacyCmos.c | 2 This code fills in standard CMOS values and updates the standard CMOS
4 non-standard CMOS locations and non-standard checksums.
22 Read CMOS register through index/data port.
24 @param[in] Index The index of the CMOS register to read.
26 @return The data value from the CMOS register specified by Index.
39 Write CMOS register through index/data port.
41 @param[in] Index The index of the CMOS register to write.
42 @param[in] Value The value of CMOS register to write.
44 @return The value written to the CMOS register specified by Index. [all...] |
LegacyBiosInterface.h | 526 #define CMOS_30 0x30 ///< CMOS 0x17
527 #define CMOS_31 0x31 ///< CMOS 0x18
[all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformCmosLib/ |
PlatformCmosLib.c | 47 // Add the CMOS entry below
78 Funtion to return platform CMOS entry.
80 @param [out] CmosEntry Platform CMOS entry.
82 @param [out] CmosEntryCount Number of platform CMOS entry.
99 Function to check if Battery lost or CMOS cleared.
102 @reval FALSE CMOS is cleared.
111 // Check if the CMOS battery is present
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
EventLogInfo.h | 38 UINT8 CMOSAddress; // Pre-boot Event Log Reset - CMOS Address
39 UINT8 CMOSBitIndex; // Pre-boot Event Log Reset - CMOS Bit Index
40 UINT8 StartingOffset; // CMOS Checksum - Starting Offset
41 UINT8 ByteCount; // CMOS Checksum - Byte Count
42 UINT8 ChecksumOffset; // CMOS Checksum - Checksum Offset
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/ |
MiscSystemOptionString.uni | 20 #string STR_MISC_SYSTEM_OPTION_STRING #language en-US "J1D4:1-2,5-6,9-10Default;2-3CMOS clr,6-7Pswd clr,10-11Recovery"
|
/device/linaro/bootloader/edk2/OvmfPkg/AcpiTables/ |
Facp.aslc | 62 DAY_ALRM, // index to day-of-month alarm in RTC CMOS RAM
63 MON_ALRM, // index to month-of-year alarm in RTC CMOS RAM
64 CENTURY, // index to century in RTC CMOS RAM
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Fadt/ |
Fadt1.0.aslc | 62 DAY_ALRM, // index to day-of-month alarm in RTC CMOS RAM
63 MON_ALRM, // index to month-of-year alarm in RTC CMOS RAM
64 CENTURY, // index to century in RTC CMOS RAM
|
Fadt2.0.aslc | 64 DAY_ALRM, // index to day-of-month alarm in RTC CMOS RAM
65 MON_ALRM, // index to month-of-year alarm in RTC CMOS RAM
66 CENTURY, // index to century in RTC CMOS RAM
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Facp/ |
Facp.aslc | 76 DAY_ALRM, // index to day-of-month alarm in RTC CMOS RAM
77 MON_ALRM, // index to month-of-year alarm in RTC CMOS RAM
78 CENTURY, // index to century in RTC CMOS RAM
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/ |
Platform.h | 94 // CMOS usage
104 #define CMOS_PLATFORM_DESIGNATOR 0x18 // Second bank CMOS location of Platform ID.
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
GloblNvs.asl | 75 Offset(50), // SIO CMOS Configuration Registers:
134 IPAT, 8, // (175) IGD Panel Type CMOs option
135 ITVF, 8, // (176) IGD TV Format CMOS option
136 ITVM, 8, // (177) IGD TV Minor Format CMOS option
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
miniport.h | 89 Cmos,
|
/external/syslinux/memdisk/ |
mstructs.h | 137 uint8_t cmos; /* CMOS type */ member in struct:__anon35095::fd_dpt
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/ |
PlatformInfo.h | 164 UINT8 IgdPanelType; // IGD Panel Type CMOs option
165 UINT8 IgdTvFormat; // IGD TV Format CMOS option
166 UINT8 IgdTvMinor; // IGD TV Minor Format CMOS option
|
/development/ndk/platforms/android-9/include/linux/ |
fd.h | 89 signed char cmos; member in struct:floppy_drive_params
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/ |
GlobalNvsArea.h | 236 UINT8 IgdBootType; // 174 IGD Boot Type CMOS option 237 UINT8 IgdPanelType; // 175 IGD Panel Type CMOs option 238 UINT8 IgdTvFormat; // 176 IGD TV Format CMOS option 239 UINT8 IgdTvMinor; // 177 IGD TV Minor Format CMOS option
|
/external/syslinux/com32/gplinclude/disk/ |
errno_disk.h | 35 #define EDCMOS 0x32 /* Incorrect drive type stored in CMOS (Compaq) */
|
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/ |
fd.h | 89 signed char cmos; member in struct:floppy_drive_params
|
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/ |
fd.h | 89 signed char cmos; member in struct:floppy_drive_params
|
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/ |
fd.h | 89 signed char cmos; member in struct:floppy_drive_params
|
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/ |
fd.h | 89 signed char cmos; member in struct:floppy_drive_params
|