Go to the documentation of this file.
21 #include <linux/types.h>
28 #define IOMEM(x) ((void __force __iomem *)(x))
33 static void putc(
char c)
40 static inline void flush(
void)
46 static inline void set_uart_info(
u32 phys)
51 #define _DEBUG_LL_ENTRY(machine, phys) \
53 if (machine_is_##machine()) { \
54 set_uart_info(phys); \
59 #define DEBUG_LL_DAVINCI(machine, port) \
60 _DEBUG_LL_ENTRY(machine, DAVINCI_UART##port##_BASE)
62 #define DEBUG_LL_DA8XX(machine, port) \
63 _DEBUG_LL_ENTRY(machine, DA8XX_UART##port##_BASE)
65 #define DEBUG_LL_TNETV107X(machine, port) \
66 _DEBUG_LL_ENTRY(machine, TNETV107X_UART##port##_BASE)
68 static inline void __arch_decomp_setup(
unsigned long arch_id)
97 #define arch_decomp_setup() __arch_decomp_setup(arch_id)
98 #define arch_decomp_wdog()