Newer
Older
AMI-Aptio-BIOS-Reversed / PurleyPlatPkg / Platform / Pei / EarlyVideoPei / PciRegRead.c
@Ajax Dong Ajax Dong 2 days ago 180 bytes Full restructure
int __fastcall PciRegRead(int a1, int a2)
{
  *(_DWORD *)(a1 + 61440) = 1;
  *(_DWORD *)(a1 + 61444) = a2 & 0xFFFF0000;
  return *(_DWORD *)((unsigned __int16)a2 + a1 + 0x10000);
}