Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
s3c2410-cpufreq-utils.c File Reference
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/cpufreq.h>
#include <linux/io.h>
#include <mach/map.h>
#include <mach/regs-mem.h>
#include <mach/regs-clock.h>
#include <plat/cpu-freq-core.h>

Go to the source code of this file.

Functions

void s3c2410_cpufreq_setrefresh (struct s3c_cpufreq_config *cfg)
 
void s3c2410_set_fvco (struct s3c_cpufreq_config *cfg)
 

Function Documentation

void s3c2410_cpufreq_setrefresh ( struct s3c_cpufreq_config cfg)

s3c2410_cpufreq_setrefresh - set SDRAM refresh value : The frequency configuration

Set the SDRAM refresh value appropriately for the configured frequency.

Definition at line 32 of file s3c2410-cpufreq-utils.c.

void s3c2410_set_fvco ( struct s3c_cpufreq_config cfg)

s3c2410_set_fvco - set the PLL value : The frequency configuration

Definition at line 61 of file s3c2410-cpufreq-utils.c.