|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/module.h>#include <linux/interrupt.h>#include <linux/ioport.h>#include <linux/serial_core.h>#include <linux/platform_device.h>#include <mach/hardware.h>#include <asm/mach/arch.h>#include <asm/mach/map.h>#include <plat/cpu.h>#include <plat/devs.h>#include <plat/clock.h>#include <plat/regs-serial.h>Go to the source code of this file.
Functions | |
| void __init | s3c_init_cpu (unsigned long idcode, struct cpu_table *cputab, unsigned int cputab_size) |
| void __init | s3c24xx_init_clocks (int xtal) |
| void __init | s3c24xx_init_uartdevs (char *name, struct s3c24xx_uart_resources *res, struct s3c2410_uartcfg *cfg, int no) |
| void __init | s3c24xx_init_uarts (struct s3c2410_uartcfg *cfg, int no) |
| arch_initcall (s3c_arch_init) | |
| arch_initcall | ( | s3c_arch_init | ) |
| void __init s3c24xx_init_uartdevs | ( | char * | name, |
| struct s3c24xx_uart_resources * | res, | ||
| struct s3c2410_uartcfg * | cfg, | ||
| int | no | ||
| ) |
| void __init s3c24xx_init_uarts | ( | struct s3c2410_uartcfg * | cfg, |
| int | no | ||
| ) |
1.8.2