|
Linux Kernel
3.7.1
|
#include <linux/gpio.h>#include <linux/module.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/delay.h>#include <linux/dma-mapping.h>#include <linux/pm.h>#include <linux/cpufreq.h>#include <linux/ioport.h>#include <linux/platform_device.h>#include <video/sa1100fb.h>#include <asm/div64.h>#include <asm/mach/map.h>#include <asm/mach/flash.h>#include <asm/irq.h>#include <asm/system_misc.h>#include <mach/hardware.h>#include <mach/irqs.h>#include "generic.h"Go to the source code of this file.
Macros | |
| #define | NR_FREQS 16 |
Functions | |
| EXPORT_SYMBOL (reset_status) | |
| unsigned int | sa11x0_freq_to_ppcr (unsigned int khz) |
| unsigned int | sa11x0_ppcr_to_freq (unsigned int idx) |
| int | sa11x0_verify_speed (struct cpufreq_policy *policy) |
| unsigned int | sa11x0_getspeed (unsigned int cpu) |
| void | sa11x0_restart (char mode, const char *cmd) |
| void __init | sa11x0_ppc_configure_mcp (void) |
| void | sa11x0_register_mcp (struct mcp_plat_data *data) |
| void | sa11x0_register_lcd (struct sa1100fb_mach_info *inf) |
| void | sa11x0_register_mtd (struct flash_platform_data *flash, struct resource *res, int nr) |
| void | sa11x0_register_irda (struct irda_platform_data *irda) |
| arch_initcall (sa1100_init) | |
| void __init | sa11x0_init_late (void) |
| void __init | sa1100_map_io (void) |
| void | sa1110_mb_disable (void) |
| void | sa1110_mb_enable (void) |
Variables | |
| unsigned int | reset_status |
| arch_initcall | ( | sa1100_init | ) |
| EXPORT_SYMBOL | ( | reset_status | ) |
| void sa11x0_register_irda | ( | struct irda_platform_data * | irda | ) |
| void sa11x0_register_lcd | ( | struct sa1100fb_mach_info * | inf | ) |
| void sa11x0_register_mcp | ( | struct mcp_plat_data * | data | ) |
| int sa11x0_verify_speed | ( | struct cpufreq_policy * | policy | ) |
1.8.2