Linux Kernel
3.7.1
|
#include <linux/cpufreq.h>
Go to the source code of this file.
Data Structures | |
struct | s3c_freq |
struct | s3c_cpufreq_freqs |
struct | s3c_clkdivs |
struct | s3c_pllval |
struct | s3c_cpufreq_board |
Macros | |
#define | to_s3c_cpufreq(_cf) container_of(_cf, struct s3c_cpufreq_freqs, freqs) |
#define | PLLVAL(_m, _p, _s) (((_m) << 12) | ((_p) << 4) | (_s)) |
#define | __init_or_cpufreq __init |
#define __init_or_cpufreq __init |
Definition at line 132 of file cpu-freq.h.
#define PLLVAL | ( | _m, | |
_p, | |||
_s | |||
) | (((_m) << 12) | ((_p) << 4) | (_s)) |
Definition at line 88 of file cpu-freq.h.
#define to_s3c_cpufreq | ( | _cf | ) | container_of(_cf, struct s3c_cpufreq_freqs, freqs) |
Definition at line 70 of file cpu-freq.h.