|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/delay.h>#include <linux/init.h>#include <linux/bug.h>#include "soc.h"#include "voltage.h"#include "vc.h"#include "prm-regbits-34xx.h"#include "prm-regbits-44xx.h"#include "prm44xx.h"Go to the source code of this file.
Data Structures | |
| struct | omap_vc_channel_cfg |
Macros | |
| #define | CFG_CHANNEL_MASK 0x1f |
Functions | |
| int | omap_vc_pre_scale (struct voltagedomain *voltdm, unsigned long target_volt, u8 *target_vsel, u8 *current_vsel) |
| void | omap_vc_post_scale (struct voltagedomain *voltdm, unsigned long target_volt, u8 target_vsel, u8 current_vsel) |
| int | omap_vc_bypass_scale (struct voltagedomain *voltdm, unsigned long target_volt) |
| void __init | omap_vc_init_channel (struct voltagedomain *voltdm) |
| int omap_vc_bypass_scale | ( | struct voltagedomain * | voltdm, |
| unsigned long | target_volt | ||
| ) |
| void __init omap_vc_init_channel | ( | struct voltagedomain * | voltdm | ) |
1.8.2