Go to the documentation of this file.
19 #ifndef __ASM_ARM_ARCH_UNCOMPRESS_H
20 #define __ASM_ARM_ARCH_UNCOMPRESS_H
24 #include <mach/hardware.h>
25 #include <mach/platform.h>
31 #define UART_FIFO_CTL_TX_RESET (1 << 2)
32 #define UART_STATUS_TX_MT (1 << 6)
34 #define _UARTREG(x) (void __iomem *)(LPC32XX_UART5_BASE + (x))
36 #define LPC32XX_UART_DLLFIFO_O 0x00
37 #define LPC32XX_UART_IIRFCR_O 0x08
38 #define LPC32XX_UART_LSR_O 0x14
40 static inline void putc(
int ch)
50 static inline void flush(
void)
57 #define arch_decomp_setup()
58 #define arch_decomp_wdog()