Searched refs:ns16550_putc (Results 1 - 7 of 7) sorted by relevance

/u-boot/arch/arm/mach-davinci/
H A Dspl.c30 ns16550_putc((struct ns16550 *)(CFG_SYS_NS16550_COM1), '\r');
32 ns16550_putc((struct ns16550 *)(CFG_SYS_NS16550_COM1), c);
/u-boot/board/freescale/p1010rdb/
H A Dspl_minimal.c57 ns16550_putc((struct ns16550 *)CFG_SYS_NS16550_COM1, '\r');
59 ns16550_putc((struct ns16550 *)CFG_SYS_NS16550_COM1, c);
/u-boot/board/freescale/p1_p2_rdb_pc/
H A Dspl_minimal.c55 ns16550_putc((struct ns16550 *)CFG_SYS_NS16550_COM1, '\r');
57 ns16550_putc((struct ns16550 *)CFG_SYS_NS16550_COM1, c);
/u-boot/drivers/serial/
H A Dserial_ns16550.c121 ns16550_putc(PORT, '\r');
123 ns16550_putc(PORT, c);
H A Dns16550.c287 void ns16550_putc(struct ns16550 *com_port, char c) function
/u-boot/board/Synology/ds109/
H A Dds109.c114 ns16550_putc((struct ns16550 *)CFG_SYS_NS16550_COM2,
/u-boot/include/
H A Dns16550.h224 void ns16550_putc(struct ns16550 *com_port, char c);

Completed in 106 milliseconds