Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pmic.h
Go to the documentation of this file.
1 #ifndef __LINUX_MFD_PCF50633_PMIC_H
2 #define __LINUX_MFD_PCF50633_PMIC_H
3 
6 
7 #define PCF50633_REG_AUTOOUT 0x1a
8 #define PCF50633_REG_AUTOENA 0x1b
9 #define PCF50633_REG_AUTOCTL 0x1c
10 #define PCF50633_REG_AUTOMXC 0x1d
11 #define PCF50633_REG_DOWN1OUT 0x1e
12 #define PCF50633_REG_DOWN1ENA 0x1f
13 #define PCF50633_REG_DOWN1CTL 0x20
14 #define PCF50633_REG_DOWN1MXC 0x21
15 #define PCF50633_REG_DOWN2OUT 0x22
16 #define PCF50633_REG_DOWN2ENA 0x23
17 #define PCF50633_REG_DOWN2CTL 0x24
18 #define PCF50633_REG_DOWN2MXC 0x25
19 #define PCF50633_REG_MEMLDOOUT 0x26
20 #define PCF50633_REG_MEMLDOENA 0x27
21 #define PCF50633_REG_LDO1OUT 0x2d
22 #define PCF50633_REG_LDO1ENA 0x2e
23 #define PCF50633_REG_LDO2OUT 0x2f
24 #define PCF50633_REG_LDO2ENA 0x30
25 #define PCF50633_REG_LDO3OUT 0x31
26 #define PCF50633_REG_LDO3ENA 0x32
27 #define PCF50633_REG_LDO4OUT 0x33
28 #define PCF50633_REG_LDO4ENA 0x34
29 #define PCF50633_REG_LDO5OUT 0x35
30 #define PCF50633_REG_LDO5ENA 0x36
31 #define PCF50633_REG_LDO6OUT 0x37
32 #define PCF50633_REG_LDO6ENA 0x38
33 #define PCF50633_REG_HCLDOOUT 0x39
34 #define PCF50633_REG_HCLDOENA 0x3a
35 #define PCF50633_REG_HCLDOOVL 0x40
36 
42 };
43 #define PCF50633_REGULATOR_ON_MASK 0x0f
44 
50 };
51 #define PCF50633_REGULATOR_ACTPH_MASK 0x30
52 
65 };
66 #endif
67