#include <linux/types.h>
#include <linux/serial_reg.h>
#include <asm/memory.h>
#include <asm/mach-types.h>
#include <plat/serial.h>
Go to the source code of this file.
|
#define | MDR1_MODE_MASK 0x07 |
|
#define | _DEBUG_LL_ENTRY(mach, dbg_uart, dbg_shft, dbg_id) |
|
#define | DEBUG_LL_OMAP7XX(p, mach) |
|
#define | DEBUG_LL_OMAP1(p, mach) |
|
#define | DEBUG_LL_OMAP2(p, mach) |
|
#define | DEBUG_LL_OMAP3(p, mach) |
|
#define | DEBUG_LL_OMAP4(p, mach) |
|
#define | DEBUG_LL_OMAP5(p, mach) |
|
#define | DEBUG_LL_ZOOM(mach) _DEBUG_LL_ENTRY(mach, ZOOM_UART_BASE, ZOOM_PORT_SHIFT, ZOOM_UART) |
|
#define | DEBUG_LL_TI81XX(p, mach) |
|
#define | DEBUG_LL_AM33XX(p, mach) |
|
#define | arch_decomp_wdog() |
|
#define _DEBUG_LL_ENTRY |
( |
|
mach, |
|
|
|
dbg_uart, |
|
|
|
dbg_shft, |
|
|
|
dbg_id |
|
) |
| |
Value:if (machine_is_##mach()) { \
uart_base = (
volatile u8 *)(dbg_uart); \
uart_shift = (dbg_shft);
\
set_omap_uart_info(
port); \
break; \
}
Definition at line 69 of file uncompress.h.
#define arch_decomp_wdog |
( |
|
void | ) |
|
#define DEBUG_LL_AM33XX |
( |
|
p, |
|
|
|
mach |
|
) |
| |
#define DEBUG_LL_OMAP1 |
( |
|
p, |
|
|
|
mach |
|
) |
| |
#define DEBUG_LL_OMAP2 |
( |
|
p, |
|
|
|
mach |
|
) |
| |
#define DEBUG_LL_OMAP3 |
( |
|
p, |
|
|
|
mach |
|
) |
| |
#define DEBUG_LL_OMAP4 |
( |
|
p, |
|
|
|
mach |
|
) |
| |
#define DEBUG_LL_OMAP5 |
( |
|
p, |
|
|
|
mach |
|
) |
| |
#define DEBUG_LL_OMAP7XX |
( |
|
p, |
|
|
|
mach |
|
) |
| |
#define DEBUG_LL_TI81XX |
( |
|
p, |
|
|
|
mach |
|
) |
| |
#define MDR1_MODE_MASK 0x07 |