Searched refs:WritePciConfig (Results 1 – 2 of 2) sorted by relevance
/DragonStub/lib/ |
H A D | hw.c | 117 WritePciConfig ( in WritePciConfig() function
|
/DragonStub/inc/ |
H A D | efilib.h | 1055 WritePciConfig ( 1076 #define writepci8(_Addr, _DataByte) (UINT8)WritePciConfig(GlobalIoFncs, IO_UINT8, (UINTN)_Addr, … 1078 #define writepci16(_Addr, _DataByte) (UINT16)WritePciConfig(GlobalIoFncs, IO_UINT16, (UINTN)_Addr, … 1080 #define writepci32(_Addr, _DataByte) (UINT32)WritePciConfig(GlobalIoFncs, IO_UINT32, (UINTN)_Addr, …
|