Searched defs:PORT_TO_MEMD (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/stand/efi/include/arm64/
H A Defibind.h112 #define PORT_TO_MEMD(_Port) (PLATFORM_IOBASE_ADDRESS | ( ( ( (_Port) & 0xfffc) << 10 ) | ( (_Port) & 0x0fff) ) ) macro

Completed in 62 milliseconds