OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:serial_dout
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/serial/
ns16550.c
257
serial_dout
(&com_port->ier, CONFIG_SYS_NS16550_IER);
258
serial_dout
(&com_port->mcr, UART_MCRVAL);
259
serial_dout
(&com_port->fcr, UART_FCR_DEFVAL);
261
serial_dout
(&com_port->lcr, UART_LCR_BKSE | UART_LCRVAL);
262
serial_dout
(&com_port->dll, baud_divisor & 0xff);
263
serial_dout
(&com_port->dlm, (baud_divisor >> 8) & 0xff);
264
serial_dout
(&com_port->lcr, UART_LCRVAL);
273
serial_dout
(&com_port->thr, ch);
291
serial_dout
(&com_port->ier, CONFIG_SYS_NS16550_IER);
292
serial_dout
(&com_port->mdr1, 0x7)
[
all
...]
/external/u-boot/include/
debug_uart.h
113
#define
serial_dout
(reg, value) \
macro
Completed in 257 milliseconds