|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | S3C2410_WDOGREG(x) ((S3C24XX_PA_WATCHDOG + (x))) |
| #define | FIFO_MAX (14) |
| #define | __raw_writel(d, ad) |
| #define | arch_decomp_wdog_start() |
| #define | arch_decomp_wdog() |
| #define | arch_enable_uart_fifo() do { } while(0) |
Typedefs | |
| typedef unsigned int | upf_t |
Variables | |
| unsigned int | fifo_mask |
| unsigned int | fifo_max |
| unsigned long | uart_base |
| #define __raw_writel | ( | d, | |
| ad | |||
| ) |
Definition at line 114 of file uncompress.h.
| #define arch_decomp_wdog | ( | void | ) |
Definition at line 144 of file uncompress.h.
| #define arch_decomp_wdog_start | ( | ) |
Definition at line 143 of file uncompress.h.
| #define arch_enable_uart_fifo | ( | ) | do { } while(0) |
Definition at line 183 of file uncompress.h.
| #define FIFO_MAX (14) |
Definition at line 44 of file uncompress.h.
| #define S3C2410_WDOGREG | ( | x | ) | ((S3C24XX_PA_WATCHDOG + (x))) |
Definition at line 41 of file uncompress.h.
Definition at line 23 of file uncompress.h.
| unsigned int fifo_mask |
Definition at line 27 of file uncompress.h.
| unsigned int fifo_max |
Definition at line 28 of file uncompress.h.
| unsigned long uart_base |
Definition at line 46 of file uncompress.h.
1.8.2