Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defilib.h1031 ReadPort (
1068 #define inp(_Port) (UINT8)ReadPort(GlobalIoFncs, IO_UINT8, (UINTN)_Port)
1070 #define inpw(_Port) (UINT16)ReadPort(GlobalIoFncs, IO_UINT16, (UINTN)_Port)
1072 #define inpd(_Port) (UINT32)ReadPort(GlobalIoFncs, IO_UINT32, (UINTN)_Port)
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dhw.c74 ReadPort ( in ReadPort() function