Home
last modified time | relevance | path

Searched refs:CONFIG_DEBUG_UART_BASE (Results 1 – 25 of 253) sorted by relevance

1234567891011

/u-boot/arch/arm/mach-rockchip/px30/
A Dpx30.c181 (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()
/u-boot/arch/arm/mach-rockchip/rk3368/
A Drk3368.c180 #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()
/u-boot/arch/arm/mach-rockchip/rk3399/
A Drk3399.c126 #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()
/u-boot/arch/arm/mach-uniphier/debug-uart/
A Ddebug-uart.c21 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()
/u-boot/arch/mips/mach-mtmips/mt7620/
A Dserial.c16 #if CONFIG_DEBUG_UART_BASE == 0xb0000500 /* KSEG1ADDR(UARTFULL_BASE) */ in board_debug_uart_init()
/u-boot/board/st/stm32mp1/
A Dspl.c35 #if (CONFIG_DEBUG_UART_BASE == STM32_UART4_BASE) in board_debug_uart_init()
/u-boot/drivers/serial/
A Dserial_arc.c140 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()
A Dserial_mvebu_a3700.c146 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()
A Daltera_uart.c126 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()
A Dserial_xuartlite.c146 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()
A Dserial_omap.c69 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()
A Dserial_pic32.c190 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()
A Dserial_s5p.c224 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()
A Dserial_linflexuart.c204 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()
A Dserial_sifive.c215 (struct uart_sifive *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init()
225 (struct uart_sifive *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc()
/u-boot/configs/
A Dnsim_700_defconfig5 CONFIG_DEBUG_UART_BASE=0xf0000000
A Dxilinx_zynqmp_r5_defconfig7 CONFIG_DEBUG_UART_BASE=0xff010000
A Dnsim_700be_defconfig6 CONFIG_DEBUG_UART_BASE=0xf0000000
A Dnsim_hs38be_defconfig7 CONFIG_DEBUG_UART_BASE=0xf0000000
A Dgeekbox_defconfig8 CONFIG_DEBUG_UART_BASE=0xFF690000
A Dsheep-rk3368_defconfig7 CONFIG_DEBUG_UART_BASE=0xFF1b0000
A Dnsim_hs38_defconfig6 CONFIG_DEBUG_UART_BASE=0xf0000000
A Dcherryhill_defconfig7 CONFIG_DEBUG_UART_BASE=0x3f8
A Defi-x86_app_defconfig4 CONFIG_DEBUG_UART_BASE=0
A Dnanopi-k2_defconfig7 CONFIG_DEBUG_UART_BASE=0xc81004c0

Completed in 23 milliseconds

1234567891011