Searched refs:CONFIG_DEBUG_UART_BASE (Results 1 – 25 of 253) sorted by relevance
1234567891011
181 (CONFIG_DEBUG_UART_BASE != 0xff160000) || \ in arch_cpu_init()214 #if defined(CONFIG_DEBUG_UART_BASE) && \ in board_debug_uart_init()215 (CONFIG_DEBUG_UART_BASE == 0xff168000) && \ in board_debug_uart_init()222 #if defined(CONFIG_DEBUG_UART_BASE) && (CONFIG_DEBUG_UART_BASE == 0xff158000) in board_debug_uart_init()235 #elif defined(CONFIG_DEBUG_UART_BASE) && (CONFIG_DEBUG_UART_BASE == 0xff168000) in board_debug_uart_init()272 #elif defined(CONFIG_DEBUG_UART_BASE) && (CONFIG_DEBUG_UART_BASE == 0xff178000) in board_debug_uart_init()
180 #if defined(CONFIG_DEBUG_UART_BASE) && (CONFIG_DEBUG_UART_BASE == 0xff180000) in board_debug_uart_init()199 #elif defined(CONFIG_DEBUG_UART_BASE) && (CONFIG_DEBUG_UART_BASE == 0xff1c0000) in board_debug_uart_init()218 #elif defined(CONFIG_DEBUG_UART_BASE) && (CONFIG_DEBUG_UART_BASE == 0xff690000) in board_debug_uart_init()
126 #if defined(CONFIG_DEBUG_UART_BASE) && (CONFIG_DEBUG_UART_BASE == 0xff180000) in board_debug_uart_init()134 #elif defined(CONFIG_DEBUG_UART_BASE) && (CONFIG_DEBUG_UART_BASE == 0xff1B0000) in board_debug_uart_init()
21 void __iomem *base = (void __iomem *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc()60 void __iomem *base = (void __iomem *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init()
16 #if CONFIG_DEBUG_UART_BASE == 0xb0000500 /* KSEG1ADDR(UARTFULL_BASE) */ in board_debug_uart_init()
35 #if (CONFIG_DEBUG_UART_BASE == STM32_UART4_BASE) in board_debug_uart_init()
140 struct arc_serial_regs *regs = (struct arc_serial_regs *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init()149 struct arc_serial_regs *regs = (struct arc_serial_regs *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc()
146 void __iomem *base = (void __iomem *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init()170 void __iomem *base = (void __iomem *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc()
126 struct altera_uart_regs *regs = (void *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init()135 struct altera_uart_regs *regs = (void *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc()
146 struct uartlite *regs = (struct uartlite *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init()162 struct uartlite *regs = (struct uartlite *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc()
69 struct ns16550 *com_port = (struct ns16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init()88 struct ns16550 *com_port = (struct ns16550 *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc()
190 void __iomem *base = (void __iomem *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init()197 writel(ch, CONFIG_DEBUG_UART_BASE + U_TXR); in _debug_uart_putc()
224 struct s5p_uart *uart = (struct s5p_uart *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init()232 struct s5p_uart *uart = (struct s5p_uart *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc()
204 struct linflex_fsl *base = (struct linflex_fsl *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init()211 struct linflex_fsl *base = (struct linflex_fsl *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc()
215 (struct uart_sifive *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init()225 (struct uart_sifive *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc()
5 CONFIG_DEBUG_UART_BASE=0xf0000000
7 CONFIG_DEBUG_UART_BASE=0xff010000
6 CONFIG_DEBUG_UART_BASE=0xf0000000
7 CONFIG_DEBUG_UART_BASE=0xf0000000
8 CONFIG_DEBUG_UART_BASE=0xFF690000
7 CONFIG_DEBUG_UART_BASE=0xFF1b0000
7 CONFIG_DEBUG_UART_BASE=0x3f8
4 CONFIG_DEBUG_UART_BASE=0
7 CONFIG_DEBUG_UART_BASE=0xc81004c0
Completed in 23 milliseconds