Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
platform_data
voltage-omap.h
Go to the documentation of this file.
1
/*
2
* OMAP Voltage Management Routines
3
*
4
* Copyright (C) 2011, Texas Instruments, Inc.
5
*
6
* This program is free software; you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License version 2 as
8
* published by the Free Software Foundation.
9
*/
10
11
#ifndef __ARCH_ARM_OMAP_VOLTAGE_H
12
#define __ARCH_ARM_OMAP_VOLTAGE_H
13
26
struct
omap_volt_data
{
27
u32
volt_nominal
;
28
u32
sr_efuse_offs
;
29
u8
sr_errminlimit
;
30
u8
vp_errgain
;
31
};
32
struct
voltagedomain
;
33
34
struct
voltagedomain
*
voltdm_lookup
(
const
char
*
name
);
35
int
voltdm_scale
(
struct
voltagedomain
*voltdm,
unsigned
long
target_volt);
36
unsigned
long
voltdm_get_voltage
(
struct
voltagedomain
*voltdm);
37
struct
omap_volt_data
*
omap_voltage_get_voltdata
(
struct
voltagedomain
*voltdm,
38
unsigned
long
volt);
39
#endif
Generated on Thu Jan 10 2013 14:52:22 for Linux Kernel by
1.8.2