Home
last modified time | relevance | path

Searched refs:ReadPciConfig (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defilib.h1046 ReadPciConfig (
1075 #define readpci8(_Addr) (UINT8)ReadPciConfig(GlobalIoFncs, IO_UINT8, (UINTN)_Addr)
1077 #define readpci16(_Addr) (UINT16)ReadPciConfig(GlobalIoFncs, IO_UINT16, (UINTN)_Addr)
1079 #define readpci32(_Addr) (UINT32)ReadPciConfig(GlobalIoFncs, IO_UINT32, (UINTN)_Addr)
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dhw.c104 ReadPciConfig ( in ReadPciConfig() function