Home | History | Annotate | Download | only in LegacyBiosDxe

Lines Matching defs:Register

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.
70 UINT8 Register;
73 for (Checksum = 0, Register = 0x10; Register < 0x2e; Register++) {
74 Checksum = (UINT16)(Checksum + LegacyReadStandardCmos (Register));