Searched refs:CL (Results 1 - 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
H A DLShiftU64.S60 # CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EAX is not touched
61 # For CL of 32 - 63, it will be shifted 0 - 31 so we will move eax to edx later.
H A DLShiftU64.c54 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EAX is not touched
55 ; For CL of 32 - 63, it will be shifted 0 - 31 so we will move eax to edx later.
H A DRShiftU64.S58 # CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EDX is not touched
59 # For CL of 32 - 63, it will be shifted 0 - 31 so we will move edx to eax later.
H A DRShiftU64.c51 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EDX is not touched
52 ; For CL of 32 - 63, it will be shifted 0 - 31 so we will move edx to eax later.
H A DLShiftU64.asm58 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EAX is not touched
59 ; For CL of 32 - 63, it will be shifted 0 - 31 so we will move eax to edx later.
H A DRShiftU64.asm56 ; CL is valid from 0 - 31. shld will move EDX:EAX by CL times but EDX is not touched
57 ; For CL of 32 - 63, it will be shifted 0 - 31 so we will move edx to eax later.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/
H A DThunk16Lib.h112 UINT8 CL; member in struct:__anon5210
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
H A DMbr.S97 movb %cl, %al # AL = CL
H A DMbr.asm97 mov al,cl ; AL = CL
H A Dbootsect.asm101 mov al,cl ; al = cl (CL = sectors per track)
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
H A DBiosInt13.c161 Drive->MaxSector = Regs.H.CL;
173 Cylinder = (UINT16) (Cylinder | ((UINT16) Regs.H.CL & 0xc0) << 2);
175 Drive->MaxSector = (UINT8) (Regs.H.CL & 0x3f);
1214 Regs.H.CL = (UINT8) ((Sector & 0x3f) + (UpperCylinder & 0xff));
1416 Regs.H.CL = (UINT8) ((Sector & 0x3f) + (UpperCylinder & 0xff));
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
H A DLegacyBios.h155 UINT8 CL; member in struct:__anon4789
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBios.h351 /// CL = LED status.
1125 UINT8 CL, CH; member in struct:__anon5954
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
H A Dgen5_iosf_sb_definitions.h331 unsigned CL :1; /**< CL Reserved CDV:0 */ member in struct:__anon10031::__anon10032
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
H A DEdkIIGlueBaseLib.h5093 UINT8 CL; member in struct:__anon5164
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBootSupport.c2066 Regs.H.CL = Leds;
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
H A DBaseLib.h5597 UINT8 CL; member in struct:__anon8784

Completed in 225 milliseconds