Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-u300/include/mach/
Duncompress.h23 #define AMBA_UART_FR (*(volatile unsigned char *)0xc0013018) macro
30 while (AMBA_UART_FR & (1 << 5)) in putc()
38 while (AMBA_UART_FR & (1 << 3)) in flush()
/linux-3.4.99/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-3.4.99/arch/arm/mach-integrator/include/mach/
Duncompress.h26 #define AMBA_UART_FR (*(volatile unsigned char *)0x16000018) macro
33 while (AMBA_UART_FR & (1 << 5)) in putc()
41 while (AMBA_UART_FR & (1 << 3)) in flush()
/linux-3.4.99/arch/arm/mach-cns3xxx/include/mach/
Duncompress.h16 #define AMBA_UART_FR(base) (*(volatile unsigned char *)((base) + 0x18)) macro
36 while (AMBA_UART_FR(base) & (1 << 5)) in putc()
46 while (AMBA_UART_FR(base) & (1 << 3)) in flush()
/linux-3.4.99/arch/arm/mach-vexpress/include/mach/
Duncompress.h23 #define AMBA_UART_FR(base) (*(volatile unsigned char *)((base) + 0x18)) macro
54 while (AMBA_UART_FR(base) & (1 << 5)) in putc()
64 while (AMBA_UART_FR(base) & (1 << 3)) in flush()
/linux-3.4.99/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()