HomeSort by relevance Sort by last modified time
    Searched refs:UNIPHIER_UART_LSR (Results 1 - 3 of 3) sorted by null

  /external/u-boot/arch/arm/mach-uniphier/
debug.h 17 #define UNIPHIER_UART_LSR (5 * 4)
26 while (!(readl(base + UNIPHIER_UART_LSR) & UART_LSR_THRE))
  /external/u-boot/arch/arm/mach-uniphier/debug-uart/
debug-uart.c 16 #define UNIPHIER_UART_LSR 0x14
23 while (!(readl(base + UNIPHIER_UART_LSR) & UART_LSR_THRE))
  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_console.S 21 #define UNIPHIER_UART_LSR 0x14 /* Line Status Register */
52 0: ldr w1, [x0, #UNIPHIER_UART_LSR]
81 0: ldr w2, [x1, #UNIPHIER_UART_LSR]
107 0: ldr w1, [x0, #UNIPHIER_UART_LSR]
128 0: ldr w1, [x0, #UNIPHIER_UART_LSR]

Completed in 315 milliseconds