Home
last modified time | relevance | path

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

12

/u-boot/include/
A Ddebug_uart.h139 _debug_uart_putc('\r'); \
140 _debug_uart_putc(ch); \
157 _debug_uart_putc(digit > 9 ? digit - 10 + 'a' : digit + '0'); \
187 _debug_uart_putc('1'); \
190 _debug_uart_putc('0' + value); \
/u-boot/arch/arm/mach-uniphier/debug-uart/
A Ddebug-uart.c19 static void _debug_uart_putc(int c) in _debug_uart_putc() function
/u-boot/drivers/serial/
A Darm_dcc.c168 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
A Dserial_efi.c114 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
A Daltera_jtag_uart.c135 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
A Dserial_arc.c147 static inline void _debug_uart_putc(int c) in _debug_uart_putc() function
A Dserial_mvebu_a3700.c168 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
A Daltera_uart.c133 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
A Dserial_xuartlite.c160 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
A Dserial_omap.c86 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
A Dserial_meson.c183 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
A Dserial_pic32.c195 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
A Dserial_s5p.c230 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
A Dsandbox.c131 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
A Dserial_linflexuart.c209 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
A Dserial_sifive.c222 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
A Dserial_zynq.c230 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
A Dserial_mt7620.c233 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
A Dserial_ar933x.c228 static inline void _debug_uart_putc(int c) in _debug_uart_putc() function
A Dserial_bcm6345.c286 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
A Dserial_stm32.c282 static inline void _debug_uart_putc(int c) in _debug_uart_putc() function
A Datmel_usart.c327 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
A Dserial_mxc.c382 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
A Dserial_pl01x.c418 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
/u-boot/lib/efi/
A Defi_stub.c86 static void _debug_uart_putc(int ch) in _debug_uart_putc() function

Completed in 61 milliseconds

12