#include <linux/io.h>
#include <linux/slab.h>
#include <linux/mutex.h>
#include <linux/suspend.h>
#include <linux/opp.h>
#include <linux/devfreq.h>
#include <linux/platform_device.h>
#include <linux/regulator/consumer.h>
#include <linux/module.h>
#include <mach/regs-clock.h>
#include <plat/map-s5p.h>
Go to the source code of this file.
|
enum | exynos4_busf_type { TYPE_BUSF_EXYNOS4210,
TYPE_BUSF_EXYNOS4x12
} |
|
enum | ppmu_counter {
PPMU_PMNCNT0 = 0,
PPMU_PMCCNT1,
PPMU_PMNCNT2,
PPMU_PMNCNT3,
PPMU_PMNCNT_MAX
} |
|
enum | busclk_level_idx {
LV_0 = 0,
LV_1,
LV_2,
LV_3,
LV_4,
_LV_END
} |
|
#define BUS_SATURATION_RATIO 40 |
#define EX4210_LV_MAX LV_2 |
#define EX4210_LV_NUM (LV_2 + 1) |
#define EX4x12_LV_MAX LV_4 |
#define EX4x12_LV_NUM (LV_4 + 1) |
#define MAX_SAFEVOLT 1200000 /* 1.2V */ |
- Enumerator:
LV_0 |
|
LV_1 |
|
LV_2 |
|
LV_3 |
|
LV_4 |
|
_LV_END |
|
Definition at line 63 of file exynos4_bus.c.
- Enumerator:
TYPE_BUSF_EXYNOS4210 |
|
TYPE_BUSF_EXYNOS4x12 |
|
Definition at line 39 of file exynos4_bus.c.
- Enumerator:
PPMU_PMNCNT0 |
|
PPMU_PMCCNT1 |
|
PPMU_PMNCNT2 |
|
PPMU_PMNCNT3 |
|
PPMU_PMNCNT_MAX |
|
Definition at line 47 of file exynos4_bus.c.
late_initcall |
( |
exynos4_busfreq_init |
| ) |
|
MODULE_DESCRIPTION |
( |
"EXYNOS4 busfreq driver with devfreq framework" |
| ) |
|
module_exit |
( |
exynos4_busfreq_exit |
| ) |
|