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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-u300/include/mach/
H A Duncompress.h23 #define AMBA_UART_FR (*(volatile unsigned char *)0xc0013018) macro
30 while (AMBA_UART_FR & (1 << 5))
38 while (AMBA_UART_FR & (1 << 3))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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))
38 while (AMBA_UART_FR & (1 << 3))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-integrator/include/mach/
H A Duncompress.h26 #define AMBA_UART_FR (*(volatile unsigned char *)0x16000018) macro
33 while (AMBA_UART_FR & (1 << 5))
41 while (AMBA_UART_FR & (1 << 3))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-vexpress/include/mach/
H A Duncompress.h23 #define AMBA_UART_FR(base) (*(volatile unsigned char *)((base) + 0x18)) macro
34 while (AMBA_UART_FR(base) & (1 << 5))
44 while (AMBA_UART_FR(base) & (1 << 3))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-cns3xxx/include/mach/
H A Duncompress.h17 #define AMBA_UART_FR(base) (*(volatile unsigned char *)((base) + 0x18)) macro
37 while (AMBA_UART_FR(base) & (1 << 5))
47 while (AMBA_UART_FR(base) & (1 << 3))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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))
70 while (AMBA_UART_FR(base) & (1 << 3))

Completed in 610 milliseconds