Go to the documentation of this file. 1 #ifndef __OMAP_PMIC_COMMON__
2 #define __OMAP_PMIC_COMMON__
6 #define TWL_COMMON_PDATA_USB (1 << 0)
7 #define TWL_COMMON_PDATA_BCI (1 << 1)
8 #define TWL_COMMON_PDATA_MADC (1 << 2)
9 #define TWL_COMMON_PDATA_AUDIO (1 << 3)
12 #define TWL_COMMON_REGULATOR_VDAC (1 << 0)
13 #define TWL_COMMON_REGULATOR_VAUX1 (1 << 1)
14 #define TWL_COMMON_REGULATOR_VAUX2 (1 << 2)
15 #define TWL_COMMON_REGULATOR_VAUX3 (1 << 3)
18 #define TWL_COMMON_REGULATOR_VMMC (1 << 4)
19 #define TWL_COMMON_REGULATOR_VPP (1 << 5)
20 #define TWL_COMMON_REGULATOR_VUSIM (1 << 6)
21 #define TWL_COMMON_REGULATOR_VANA (1 << 7)
22 #define TWL_COMMON_REGULATOR_VCXIO (1 << 8)
23 #define TWL_COMMON_REGULATOR_VUSB (1 << 9)
24 #define TWL_COMMON_REGULATOR_CLK32KG (1 << 10)
25 #define TWL_COMMON_REGULATOR_V1V8 (1 << 11)
26 #define TWL_COMMON_REGULATOR_V2V1 (1 << 12)
29 #define TWL_COMMON_REGULATOR_VPLL1 (1 << 4)
30 #define TWL_COMMON_REGULATOR_VPLL2 (1 << 5)
41 static inline void omap2_pmic_init(
const char *pmic_type,
47 static inline void omap3_pmic_init(
const char *pmic_type,
58 u32 pdata_flags,
u32 regulators_flags);
61 u32 pdata_flags,
u32 regulators_flags);