Home
last modified time | relevance | path

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

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