|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | UART_FIFO_CTL_TX_RESET (1 << 2) |
| #define | UART_STATUS_TX_MT (1 << 6) |
| #define | _UARTREG(x) (void __iomem *)(LPC32XX_UART5_BASE + (x)) |
| #define | LPC32XX_UART_DLLFIFO_O 0x00 |
| #define | LPC32XX_UART_IIRFCR_O 0x08 |
| #define | LPC32XX_UART_LSR_O 0x14 |
| #define | arch_decomp_setup() |
| #define | arch_decomp_wdog() |
| #define _UARTREG | ( | x | ) | (void __iomem *)(LPC32XX_UART5_BASE + (x)) |
Definition at line 34 of file uncompress.h.
| #define arch_decomp_setup | ( | void | ) |
Definition at line 57 of file uncompress.h.
| #define arch_decomp_wdog | ( | void | ) |
Definition at line 58 of file uncompress.h.
| #define LPC32XX_UART_DLLFIFO_O 0x00 |
Definition at line 36 of file uncompress.h.
| #define LPC32XX_UART_IIRFCR_O 0x08 |
Definition at line 37 of file uncompress.h.
| #define LPC32XX_UART_LSR_O 0x14 |
Definition at line 38 of file uncompress.h.
| #define UART_FIFO_CTL_TX_RESET (1 << 2) |
Definition at line 31 of file uncompress.h.
| #define UART_STATUS_TX_MT (1 << 6) |
Definition at line 32 of file uncompress.h.
1.8.2