Go to the documentation of this file.
18 #ifndef __MACH_MXS_UNCOMPRESS_H__
19 #define __MACH_MXS_UNCOMPRESS_H__
23 #define MXS_DUART(x) (*(volatile unsigned long *)(mxs_duart_base + (x)))
25 #define MXS_DUART_DR 0x00
26 #define MXS_DUART_FR 0x18
27 #define MXS_DUART_FR_TXFE (1 << 7)
28 #define MXS_DUART_CR 0x30
29 #define MXS_DUART_CR_UARTEN (1 << 0)
37 static void putc(
int ch)
50 static inline void flush(
void)
54 #define MX23_DUART_BASE_ADDR 0x80070000
55 #define MX28_DUART_BASE_ADDR 0x80074000
56 #define MXS_DIGCTL_CHIPID 0x8001c310
58 static inline void __arch_decomp_setup(
unsigned long arch_id)
74 #define arch_decomp_setup() __arch_decomp_setup(arch_id)
75 #define arch_decomp_wdog()