Home
last modified time | relevance | path

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

12

/openbmc/u-boot/include/
H A Ddebug_uart.h132 _debug_uart_putc('\r'); \
133 _debug_uart_putc(ch); \
150 _debug_uart_putc(digit > 9 ? digit - 10 + 'a' : digit + '0'); \
/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/
H A Ddebug-uart.c19 static void _debug_uart_putc(int c) in _debug_uart_putc() function
/openbmc/u-boot/drivers/serial/
H A Darm_dcc.c168 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_xuartlite.c127 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Daltera_jtag_uart.c134 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_efi.c113 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_mvebu_a3700.c162 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Daltera_uart.c135 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_arc.c146 static inline void _debug_uart_putc(int c) in _debug_uart_putc() function
H A Dserial_meson.c147 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_omap.c84 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_pic32.c192 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_s5p.c229 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_linflexuart.c208 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dsandbox.c157 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_zynq.c225 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_sifive.c228 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_ar933x.c226 static inline void _debug_uart_putc(int c) in _debug_uart_putc() function
H A Dserial_bcm6345.c285 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_mtk.c255 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_stm32.c275 static inline void _debug_uart_putc(int c) in _debug_uart_putc() function
H A Dserial_pl01x.c389 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Datmel_usart.c312 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
H A Dserial_mxc.c380 static inline void _debug_uart_putc(int ch) in _debug_uart_putc() function
/openbmc/u-boot/lib/efi/
H A Defi_stub.c85 static void _debug_uart_putc(int ch) in _debug_uart_putc() function

12