Searched refs:Out8 (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/kernel/arch/generic/
H A Ddebug_uart_8250.cpp99 Out8(UART_LCR, LCR_8N1);
101 Out8(UART_IER, 0);
103 Out8(UART_FCR, 0);
105 Out8(UART_MCR, MCR_DTR | MCR_RTS);
110 Out8(UART_LCR, buffer | LCR_BKSE);
111 Out8(UART_DLL, baudDivisor & 0xff);
112 Out8(UART_DLH, (baudDivisor >> 8) & 0xff);
113 Out8(UART_LCR, buffer & ~LCR_BKSE);
115 // Out8(UART_MDR1, 0); // UART 16x mode
116 // Out8(UART_LC
[all...]
H A Ddebug_uart.cpp11 DebugUART::Out8(int reg, uint8 value) function in class:DebugUART
/haiku/headers/private/kernel/arch/arm/
H A Darch_uart_8250_omap.h30 virtual void Out8(int reg, uint8 value);
/haiku/headers/private/kernel/arch/generic/
H A Ddebug_uart.h43 virtual void Out8(int reg, uint8 value);
/haiku/src/system/kernel/arch/arm/
H A Darch_uart_8250_omap.cpp48 ArchUART8250Omap::Out8(int reg, uint8 value) function in class:ArchUART8250Omap

Completed in 46 milliseconds