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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-versatile/
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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-integrator/
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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-realview/
H A Duncompress.h25 #define AMBA_UART_FR (*(volatile unsigned char *) (REALVIEW_UART0_BASE + 0x18)) macro
32 while (AMBA_UART_FR & (1 << 5))
40 while (AMBA_UART_FR & (1 << 3))

Completed in 131 milliseconds