Searched refs:AMBA_UART_FR (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm/mach-realview/include/mach/
H A Duncompress.h32 #define AMBA_UART_FR(base) (*(volatile unsigned char *)((base) + 0x18)) macro
60 while (AMBA_UART_FR(base) & (1 << 5)) putc()
70 while (AMBA_UART_FR(base) & (1 << 3)) flush()
/linux-4.4.14/arch/arm/mach-versatile/include/mach/
H A Duncompress.h23 #define AMBA_UART_FR (*(volatile unsigned char *)0x101F1018) macro
30 while (AMBA_UART_FR & (1 << 5)) putc()
38 while (AMBA_UART_FR & (1 << 3)) flush()

Completed in 109 milliseconds