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

/vbox/src/VBox/Runtime/common/log/
H A Dlogcom.cpp31 #ifndef IPRT_UART_BASE
34 * To override the default (COM1) append IPRT_UART_BASE=0xWXYZ to DEFS in your
40 # define IPRT_UART_BASE 0x3f8 macro
134 u8 = ASMInU8(IPRT_UART_BASE + 5);
139 ASMOutU8(IPRT_UART_BASE, *pu8);

Completed in 52 milliseconds