Lines Matching refs:Uint8

217       *Out.Uint8 = IoRead8 ((UINTN) Address);  in ScriptIoRead()
221 *Out.Uint8 = IoRead8 ((UINTN) Address); in ScriptIoRead()
225 *Out.Uint8 = IoRead8 ((UINTN) Address); in ScriptIoRead()
323 …BUG ((EFI_D_INFO, "S3BootScriptWidthUint8 - 0x%08x (0x%02x)\n", (UINTN)Address, (UINTN)*In.Uint8)); in ScriptIoWrite()
324 IoWrite8 ((UINTN) Address, *In.Uint8); in ScriptIoWrite()
327 …INFO, "S3BootScriptWidthFifoUint8 - 0x%08x (0x%02x)\n", (UINTN)OriginalAddress, (UINTN)*In.Uint8)); in ScriptIoWrite()
328 IoWrite8 ((UINTN) OriginalAddress, *In.Uint8); in ScriptIoWrite()
331 …INFO, "S3BootScriptWidthFillUint8 - 0x%08x (0x%02x)\n", (UINTN)Address, (UINTN)*OriginalIn.Uint8)); in ScriptIoWrite()
332 IoWrite8 ((UINTN) Address, *OriginalIn.Uint8); in ScriptIoWrite()
452 *Out.Uint8 = MmioRead8 ((UINTN) Address); in ScriptMemoryRead()
456 *Out.Uint8 = MmioRead8 ((UINTN) Address); in ScriptMemoryRead()
460 *Out.Uint8 = MmioRead8 ((UINTN) Address); in ScriptMemoryRead()
554 …BUG ((EFI_D_INFO, "S3BootScriptWidthUint8 - 0x%08x (0x%02x)\n", (UINTN)Address, (UINTN)*In.Uint8)); in ScriptMemoryWrite()
555 MmioWrite8 ((UINTN) Address, *In.Uint8); in ScriptMemoryWrite()
558 …INFO, "S3BootScriptWidthFifoUint8 - 0x%08x (0x%02x)\n", (UINTN)OriginalAddress, (UINTN)*In.Uint8)); in ScriptMemoryWrite()
559 MmioWrite8 ((UINTN) OriginalAddress, *In.Uint8); in ScriptMemoryWrite()
562 …INFO, "S3BootScriptWidthFillUint8 - 0x%08x (0x%02x)\n", (UINTN)Address, (UINTN)*OriginalIn.Uint8)); in ScriptMemoryWrite()
563 MmioWrite8 ((UINTN) Address, *OriginalIn.Uint8); in ScriptMemoryWrite()
683 *Out.Uint8 = PciRead8 (PciAddress); in ScriptPciCfgRead()
687 *Out.Uint8 = PciRead8 (PciAddress); in ScriptPciCfgRead()
691 *Out.Uint8 = PciRead8 (PciAddress); in ScriptPciCfgRead()
772 … DEBUG ((EFI_D_INFO, "S3BootScriptWidthUint8 - 0x%08x (0x%02x)\n", PciAddress, (UINTN)*In.Uint8)); in ScriptPciCfgWrite()
773 PciWrite8 (PciAddress, *In.Uint8); in ScriptPciCfgWrite()
776 …I_D_INFO, "S3BootScriptWidthFifoUint8 - 0x%08x (0x%02x)\n", OriginalPciAddress, (UINTN)*In.Uint8)); in ScriptPciCfgWrite()
777 PciWrite8 (OriginalPciAddress, *In.Uint8); in ScriptPciCfgWrite()
780 …I_D_INFO, "S3BootScriptWidthFillUint8 - 0x%08x (0x%02x)\n", PciAddress, (UINTN)*OriginalIn.Uint8)); in ScriptPciCfgWrite()
781 PciWrite8 (PciAddress, *OriginalIn.Uint8); in ScriptPciCfgWrite()