Searched defs:Byte (Results 1 - 25 of 44) sorted by relevance

12

/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/AcpiTables/
H A DDsdt.c28 IN UINT8 Byte,
34 Data = (UINTN)Byte;
27 ShiftLeftByteToUlong( IN UINT8 Byte, IN UINTN Shift ) argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeSmbusLib/
H A DSmbusLib.c115 UINT8 Byte; local
121 InternalSmBusExec (EfiSmbusReceiveByte, SmBusAddress, 1, &Byte, Status);
123 return Byte;
154 UINT8 Byte; local
160 Byte = Value;
161 InternalSmBusExec (EfiSmbusSendByte, SmBusAddress, 1, &Byte, Status);
191 UINT8 Byte; local
196 InternalSmBusExec (EfiSmbusReadByte, SmBusAddress, 1, &Byte, Status);
198 return Byte;
229 UINT8 Byte; local
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiSmbusLib/
H A DSmbusLib.c115 UINT8 Byte; local
121 InternalSmBusExec (EfiSmbusReceiveByte, SmBusAddress, 1, &Byte, Status);
123 return Byte;
154 UINT8 Byte; local
160 Byte = Value;
161 InternalSmBusExec (EfiSmbusSendByte, SmBusAddress, 1, &Byte, Status);
191 UINT8 Byte; local
196 InternalSmBusExec (EfiSmbusReadByte, SmBusAddress, 1, &Byte, Status);
198 return Byte;
229 UINT8 Byte; local
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/
H A DSmbusLib.c110 UINT8 Byte; local
116 InternalSmBusExec (EfiSmbusReceiveByte, SmBusAddress, 1, &Byte, Status);
118 return Byte;
149 UINT8 Byte; local
155 Byte = Value;
156 InternalSmBusExec (EfiSmbusSendByte, SmBusAddress, 1, &Byte, Status);
186 UINT8 Byte; local
191 InternalSmBusExec (EfiSmbusReadByte, SmBusAddress, 1, &Byte, Status);
193 return Byte;
224 UINT8 Byte; local
[all...]
/device/linaro/bootloader/edk2/MdePkg/Library/DxeSmbusLib/
H A DSmbusLib.c136 UINT8 Byte; local
142 InternalSmBusExec (EfiSmbusReceiveByte, SmBusAddress, 1, &Byte, Status);
144 return Byte;
185 UINT8 Byte; local
191 Byte = Value;
192 InternalSmBusExec (EfiSmbusSendByte, SmBusAddress, 1, &Byte, Status);
232 UINT8 Byte; local
237 InternalSmBusExec (EfiSmbusReadByte, SmBusAddress, 1, &Byte, Status);
239 return Byte;
280 UINT8 Byte; local
[all...]
/device/linaro/bootloader/edk2/MdePkg/Library/PeiSmbusLibSmbus2Ppi/
H A DSmbusLib.c136 UINT8 Byte; local
142 InternalSmBusExec (EfiSmbusReceiveByte, SmBusAddress, 1, &Byte, Status);
144 return Byte;
185 UINT8 Byte; local
191 Byte = Value;
192 InternalSmBusExec (EfiSmbusSendByte, SmBusAddress, 1, &Byte, Status);
232 UINT8 Byte; local
237 InternalSmBusExec (EfiSmbusReadByte, SmBusAddress, 1, &Byte, Status);
239 return Byte;
280 UINT8 Byte; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
H A DEmmcHcMem.c114 UINTN Byte; local
127 for (Byte = 0, Bit = 0; Byte < Block->BitsLen;) {
133 if (!EMMC_PEIM_MEM_BIT_IS_SET (Block->Bits[Byte], Bit)) {
140 EMMC_PEIM_NEXT_BIT (Byte, Bit);
143 EMMC_PEIM_NEXT_BIT (Byte, Bit);
146 StartByte = Byte;
158 Byte = StartByte;
162 ASSERT (!EMMC_PEIM_MEM_BIT_IS_SET (Block->Bits[Byte], Bit));
164 Block->Bits[Byte]
406 UINTN Byte; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
H A DSdHcMem.c114 UINTN Byte; local
127 for (Byte = 0, Bit = 0; Byte < Block->BitsLen;) {
133 if (!SD_PEIM_MEM_BIT_IS_SET (Block->Bits[Byte], Bit)) {
140 SD_PEIM_NEXT_BIT (Byte, Bit);
143 SD_PEIM_NEXT_BIT (Byte, Bit);
146 StartByte = Byte;
158 Byte = StartByte;
162 ASSERT (!SD_PEIM_MEM_BIT_IS_SET (Block->Bits[Byte], Bit));
164 Block->Bits[Byte]
406 UINTN Byte; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
H A DUfsHcMem.c114 UINTN Byte; local
127 for (Byte = 0, Bit = 0; Byte < Block->BitsLen;) {
133 if (!UFS_PEIM_MEM_BIT_IS_SET (Block->Bits[Byte], Bit)) {
140 UFS_PEIM_NEXT_BIT (Byte, Bit);
143 UFS_PEIM_NEXT_BIT (Byte, Bit);
146 StartByte = Byte;
158 Byte = StartByte;
162 ASSERT (!UFS_PEIM_MEM_BIT_IS_SET (Block->Bits[Byte], Bit));
164 Block->Bits[Byte]
406 UINTN Byte; local
[all...]
/device/linaro/bootloader/edk2/MdePkg/Library/BaseS3SmbusLib/
H A DS3SmbusLib.c150 UINT8 Byte; local
152 Byte = SmBusReceiveByte (SmBusAddress, Status);
154 InternalSaveSmBusExecToBootScript (EfiSmbusReceiveByte, SmBusAddress, 1, &Byte);
156 return Byte;
188 UINT8 Byte; local
190 Byte = SmBusSendByte (SmBusAddress, Value, Status);
192 InternalSaveSmBusExecToBootScript (EfiSmbusSendByte, SmBusAddress, 1, &Byte);
194 return Byte;
223 UINT8 Byte; local
225 Byte
261 UINT8 Byte; local
[all...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/FlashDeviceLib/
H A DFlashDeviceLib.c109 UINT8 *Byte,
115 UINT8* pBuf8 = Byte;
107 SpiFlashWrite( UINT8 *DstBufferPtr, UINT8 *Byte, IN UINTN Length ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
H A DAppSupport.c86 UINT8 Byte; local
112 Byte = (UINT8) (Digit << 4);
114 Byte = Buf[Index / 2];
115 Byte &= 0xF0;
116 Byte = (UINT8) (Byte | Digit);
119 Buf[Index / 2] = Byte;
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
H A DUsbHcMem.c167 UINTN Byte; local
180 for (Byte = 0, Bit = 0; Byte < Block->BitsLen;) {
186 if (!USB_HC_BIT_IS_SET (Block->Bits[Byte], Bit)) {
193 NEXT_BIT (Byte, Bit);
196 NEXT_BIT (Byte, Bit);
199 StartByte = Byte;
211 Byte = StartByte;
215 ASSERT (!USB_HC_BIT_IS_SET (Block->Bits[Byte], Bit));
217 Block->Bits[Byte]
516 UINTN Byte; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
H A DUsbHcMem.c141 UINTN Byte; local
154 for (Byte = 0, Bit = 0; Byte < Block->BitsLen;) {
160 if (!USB_HC_BIT_IS_SET (Block->Bits[Byte], Bit)) {
167 NEXT_BIT (Byte, Bit);
170 NEXT_BIT (Byte, Bit);
173 StartByte = Byte;
185 Byte = StartByte;
189 ASSERT (!USB_HC_BIT_IS_SET (Block->Bits[Byte], Bit));
191 Block->Bits[Byte]
444 UINTN Byte; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUsbHcMem.c166 UINTN Byte; local
179 for (Byte = 0, Bit = 0; Byte < Block->BitsLen;) {
185 if (!USB_HC_BIT_IS_SET (Block->Bits[Byte], Bit)) {
192 NEXT_BIT (Byte, Bit);
195 NEXT_BIT (Byte, Bit);
198 StartByte = Byte;
210 Byte = StartByte;
214 ASSERT (!USB_HC_BIT_IS_SET (Block->Bits[Byte], Bit));
216 Block->Bits[Byte]
514 UINTN Byte; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Option.c113 UINT32 Byte; local
125 Byte = NetStringToU32 (Str);
127 if (Byte > 255) {
131 Addr = (Addr << 8) | Byte;
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
H A DIp6Icmp.c471 UINT8 Byte; local
487 Byte = (UINT8) (PrefixLength / 8);
489 Value = Prefix->Addr[Byte];
491 if (Byte > 0) {
492 ZeroMem (Prefix->Addr + Byte, 16 - Byte);
497 Prefix->Addr[Byte] = (UINT8) (Value & Mask);
/device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
H A DCirrusLogic5430I2c.c117 UINT8 Byte; local
119 Byte = (UINT8) (I2cInb (PciIo, SEQ_DATA_REGISTER) & (UINT8) ~(1 << Bit)) ;
120 Byte = (UINT8) (Byte | ((Value & 0x01) << Bit));
121 I2cOutb (PciIo, SEQ_DATA_REGISTER, (UINT8) (Byte | 0x40));
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
H A DUsbHcMem.c167 UINTN Byte; local
180 for (Byte = 0, Bit = 0; Byte < Block->BitsLen;) {
186 if (!USB_HC_BIT_IS_SET (Block->Bits[Byte], Bit)) {
193 NEXT_BIT (Byte, Bit);
196 NEXT_BIT (Byte, Bit);
199 StartByte = Byte;
211 Byte = StartByte;
215 ASSERT (!USB_HC_BIT_IS_SET (Block->Bits[Byte], Bit));
217 Block->Bits[Byte]
516 UINTN Byte; local
[all...]
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
H A DUsbHcMem.c143 UINTN Byte; local
156 for (Byte = 0, Bit = 0; Byte < Block->BitsLen;) {
162 if (!USB_HC_BIT_IS_SET (Block->Bits[Byte], Bit)) {
169 NEXT_BIT (Byte, Bit);
172 NEXT_BIT (Byte, Bit);
175 StartByte = Byte;
187 Byte = StartByte;
191 ASSERT (!USB_HC_BIT_IS_SET (Block->Bits[Byte], Bit));
193 Block->Bits[Byte]
448 UINTN Byte; local
[all...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
H A DMiscBiosVendorFunction.c50 @param Byte The pointer to the destination buffer.
60 IN UINT8 *Byte,
93 CopyMem (Byte, (void *)Buffer, Length);
49 FlashRead( IN UINTN BaseAddress, IN UINT8 *Byte, IN UINTN Length, IN SPI_REGION_TYPE SpiRegionType ) argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
H A DString.c557 UINT8 Byte; local
592 Byte = Digit;
594 Byte = Buf[Idx / 2];
595 Byte &= 0x0F;
596 Byte = (UINT8)(Byte | (Digit << 4));
599 Buf[Idx / 2] = Byte;
637 UINT8 Byte; local
659 Byte = Buf[Idx];
660 Str[StrLen - 1 - Idx * 2] = NibbleToHexChar (Byte);
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
H A DUsbHcMem.c158 UINTN Byte; local
171 for (Byte = 0, Bit = 0; Byte < Block->BitsLen;) {
177 if (!USB_HC_BIT_IS_SET (Block->Bits[Byte], Bit)) {
184 NEXT_BIT (Byte, Bit);
187 NEXT_BIT (Byte, Bit);
190 StartByte = Byte;
202 Byte = StartByte;
206 ASSERT (!USB_HC_BIT_IS_SET (Block->Bits[Byte], Bit));
208 Block->Bits[Byte]
549 UINTN Byte; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
H A DUsbHcMem.c126 UINTN Byte; local
139 for (Byte = 0, Bit = 0; Byte < Block->BitsLen;) {
145 if (!USB_HC_BIT_IS_SET (Block->Bits[Byte], Bit)) {
152 NEXT_BIT (Byte, Bit);
154 NEXT_BIT (Byte, Bit);
157 StartByte = Byte;
169 Byte = StartByte;
173 ASSERT (!USB_HC_BIT_IS_SET (Block->Bits[Byte], Bit));
175 Block->Bits[Byte]
510 UINTN Byte; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbEnumer.c1001 UINT8 Byte; local
1025 Byte = 0;
1029 if (USB_BIT_IS_SET (HubIf->ChangeMap[Byte], USB_BIT (Bit))) {
1033 USB_NEXT_BIT (Byte, Bit);

Completed in 549 milliseconds

12