Go to the documentation of this file.
13 #define AMBA_UART_DR(base) (*(volatile unsigned char *)((base) + 0x00))
14 #define AMBA_UART_LCRH(base) (*(volatile unsigned char *)((base) + 0x2c))
15 #define AMBA_UART_CR(base) (*(volatile unsigned char *)((base) + 0x30))
16 #define AMBA_UART_FR(base) (*(volatile unsigned char *)((base) + 0x18))
21 static inline unsigned long get_uart_base(
void)
23 if (machine_is_cns3420vb())
32 static inline void putc(
int c)
34 unsigned long base = get_uart_base();
42 static inline void flush(
void)
44 unsigned long base = get_uart_base();
53 #define arch_decomp_setup()
54 #define arch_decomp_wdog()