Linux Kernel
3.7.1
|
#include <linux/dma-mapping.h>
#include <linux/serial_8250.h>
#include <linux/io.h>
#include <asm/mach/map.h>
#include <mach/hardware.h>
#include <asm/irq.h>
#include <asm/hardware/iop_adma.h>
Go to the source code of this file.
Macros | |
#define | IOP13XX_UART_XTAL 33334000 |
#define | IOP13XX_SETUP_DEBUG 0 |
#define | PRINTK(x...) ((void)(IOP13XX_SETUP_DEBUG && printk(x))) |
Functions | |
void __init | iop13xx_map_io (void) |
void __init | iop13xx_platform_init (void) |
__setup ("iop13xx_init_adma", iop13xx_init_adma_setup) | |
__setup ("iop13xx_init_uart", iop13xx_init_uart_setup) | |
__setup ("iop13xx_init_i2c", iop13xx_init_i2c_setup) | |
void | iop13xx_restart (char mode, const char *cmd) |
#define PRINTK | ( | x... | ) | ((void)(IOP13XX_SETUP_DEBUG && printk(x))) |
__setup | ( | "iop13xx_init_adma" | , |
iop13xx_init_adma_setup | |||
) |
__setup | ( | "iop13xx_init_uart" | , |
iop13xx_init_uart_setup | |||
) |
__setup | ( | "iop13xx_init_i2c" | , |
iop13xx_init_i2c_setup | |||
) |