Searched refs:IO_UINT32 (Results 1 – 2 of 2) sorted by relevance
/DragonStub/inc/ |
H A D | efilib.h | 1073 #define outpd(_Port, _DataByte) (UINT32)WritePort(GlobalIoFncs, IO_UINT32, (UINTN)_Port, (UINTN)_Da… 1074 #define inpd(_Port) (UINT32)ReadPort(GlobalIoFncs, IO_UINT32, (UINTN)_Port) 1080 #define writepci32(_Addr, _DataByte) (UINT32)WritePciConfig(GlobalIoFncs, IO_UINT32, (UINTN)_Addr, … 1081 #define readpci32(_Addr) (UINT32)ReadPciConfig(GlobalIoFncs, IO_UINT32, (UINTN)_Addr)
|
H A D | efiprot.h | 576 IO_UINT32, enumerator
|