Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/serial_reg.h>
#include <asm/mach-types.h>
#include <mach/serial.h>
Go to the source code of this file.
Macros | |
#define | IOMEM(x) ((void __force __iomem *)(x)) |
#define | _DEBUG_LL_ENTRY(machine, phys) |
#define | DEBUG_LL_DAVINCI(machine, port) _DEBUG_LL_ENTRY(machine, DAVINCI_UART##port##_BASE) |
#define | DEBUG_LL_DA8XX(machine, port) _DEBUG_LL_ENTRY(machine, DA8XX_UART##port##_BASE) |
#define | DEBUG_LL_TNETV107X(machine, port) _DEBUG_LL_ENTRY(machine, TNETV107X_UART##port##_BASE) |
#define | arch_decomp_setup() __arch_decomp_setup(arch_id) |
#define | arch_decomp_wdog() |
Variables | |
u32 * | uart |
Definition at line 51 of file uncompress.h.
Definition at line 97 of file uncompress.h.
#define arch_decomp_wdog | ( | void | ) |
Definition at line 98 of file uncompress.h.
#define DEBUG_LL_DA8XX | ( | machine, | |
port | |||
) | _DEBUG_LL_ENTRY(machine, DA8XX_UART##port##_BASE) |
Definition at line 62 of file uncompress.h.
#define DEBUG_LL_DAVINCI | ( | machine, | |
port | |||
) | _DEBUG_LL_ENTRY(machine, DAVINCI_UART##port##_BASE) |
Definition at line 59 of file uncompress.h.
#define DEBUG_LL_TNETV107X | ( | machine, | |
port | |||
) | _DEBUG_LL_ENTRY(machine, TNETV107X_UART##port##_BASE) |
Definition at line 65 of file uncompress.h.
Definition at line 30 of file uncompress.h.