Searched refs:Io (Results 1 – 4 of 4) sorted by relevance
/DragonStub/lib/ |
H A D | hw.c | 81 … Status = uefi_call_wrapper(GlobalIoFncs->Io.Read, 5, GlobalIoFncs, Width, (UINT64)Port, 1, &Data); in ReadPort() 96 …Status = uefi_call_wrapper(GlobalIoFncs->Io.Write, 5, GlobalIoFncs, Width, (UINT64)Port, 1, &Data); in WritePort()
|
/DragonStub/inc/ |
H A D | efipciio.h | 356 EFI_PCI_IO_PROTOCOL_ACCESS Io; member 385 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_ACCESS Io; member
|
H A D | efilib.h | 1083 #define Port80(_PostCode) GlobalIoFncs->Io.Write (GlobalIoFncs, IO_UINT16, (UINT64)0x80, 1, &(_Po…
|
H A D | efiprot.h | 664 EFI_IO_ACCESS Io; member
|