Searched refs:WritePciConfig (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
| H A D | efilib.h | 1053 WritePciConfig ( 1074 #define writepci8(_Addr, _DataByte) (UINT8)WritePciConfig(GlobalIoFncs, IO_UINT8, (UINTN)_Addr, … 1076 #define writepci16(_Addr, _DataByte) (UINT16)WritePciConfig(GlobalIoFncs, IO_UINT16, (UINTN)_Addr, … 1078 #define writepci32(_Addr, _DataByte) (UINT32)WritePciConfig(GlobalIoFncs, IO_UINT32, (UINTN)_Addr, …
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
| H A D | hw.c | 119 WritePciConfig ( in WritePciConfig() function
|