|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/device.h>#include <linux/clk.h>#include <linux/err.h>#include <linux/io.h>#include <linux/module.h>#include <linux/of.h>#include <linux/platform_device.h>#include <linux/platform_data/tegra_emc.h>#include <mach/iomap.h>#include "tegra2_emc.h"#include "fuse.h"Go to the source code of this file.
Functions | |
| module_param (emc_enable, bool, 0644) | |
| long | tegra_emc_round_rate (unsigned long rate) |
| int | tegra_emc_set_rate (unsigned long rate) |
| device_initcall (tegra_emc_init) | |
| device_initcall | ( | tegra_emc_init | ) |
| module_param | ( | emc_enable | , |
| bool | , | ||
| 0644 | |||
| ) |
Definition at line 103 of file tegra2_emc.c.
Definition at line 147 of file tegra2_emc.c.
1.8.2