Linux Kernel
3.7.1
|
#include <mach/dove.h>
Go to the source code of this file.
Macros | |
#define | UART_THR ((volatile unsigned char *)(DOVE_UART0_PHYS_BASE + 0x0)) |
#define | UART_LSR ((volatile unsigned char *)(DOVE_UART0_PHYS_BASE + 0x14)) |
#define | LSR_THRE 0x20 |
#define | arch_decomp_setup() |
#define | arch_decomp_wdog() |
#define arch_decomp_setup | ( | void | ) |
Definition at line 36 of file uncompress.h.
#define arch_decomp_wdog | ( | void | ) |
Definition at line 37 of file uncompress.h.
#define LSR_THRE 0x20 |
Definition at line 14 of file uncompress.h.
#define UART_LSR ((volatile unsigned char *)(DOVE_UART0_PHYS_BASE + 0x14)) |
Definition at line 12 of file uncompress.h.
#define UART_THR ((volatile unsigned char *)(DOVE_UART0_PHYS_BASE + 0x0)) |
Definition at line 11 of file uncompress.h.