HomeSort by: relevance | last modified time | path
    Searched refs:ReadPciConfig (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/lib/
hw.c 104 ReadPciConfig (
  /src/sys/external/bsd/gnu-efi/dist/inc/
efilib.h 1046 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)

Completed in 36 milliseconds