Home
last modified time | relevance | path

Searched refs:_debug_uart_putc (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Ddebug_uart.h145 _debug_uart_putc('\r'); \
146 _debug_uart_putc(ch); \
188 _debug_uart_putc(digit > 9 ? digit - 10 + 'a' : digit + '0'); \
218 _debug_uart_putc('1'); \
221 _debug_uart_putc('0' + value); \
/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/debug-uart/
H A Ddebug-uart.c20 static void _debug_uart_putc(int c) in _debug_uart_putc() function
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Darm_dcc.c170 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_xuartlite.c131 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Daltera_jtag_uart.c138 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_efi.c114 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_mvebu_a3700.c164 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Daltera_uart.c137 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_meson.c150 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_pic32.c194 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_s5p.c231 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_linflexuart.c213 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_zynq.c222 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dns16550.c273 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
422 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_ar933x.c228 static inline void _debug_uart_putc(int c) in _debug_uart_putc() function
H A Dserial_bcm6345.c292 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Datmel_usart.c311 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_mxc.c373 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_pl01x.c397 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
/OK3568_Linux_fs/u-boot/lib/efi/
H A Defi_stub.c88 static void _debug_uart_putc(int ch) in _debug_uart_putc() function