|
Linux Kernel
3.7.1
|
#include <linux/cpufreq.h>#include <linux/delay.h>#include <linux/init.h>#include <linux/io.h>#include <linux/kernel.h>#include <linux/moduleparam.h>#include <linux/types.h>#include <asm/cputype.h>#include <asm/mach-types.h>#include <mach/hardware.h>#include "generic.h"Go to the source code of this file.
Data Structures | |
| struct | sdram_params |
| struct | sdram_info |
Functions | |
| module_param_string (sdram, sdram_name, sizeof(sdram_name), 0) | |
| arch_initcall (sa1110_clk_init) | |
| arch_initcall | ( | sa1110_clk_init | ) |
| module_param_string | ( | sdram | , |
| sdram_name | , | ||
| sizeof(sdram_name) | , | ||
| 0 | |||
| ) |
1.8.2