Home
last modified time | relevance | path

Searched refs:vsel (Results 1 – 3 of 3) sorted by relevance

/arch/arm/mach-omap2/
Domap_twl.c75 static unsigned long twl4030_vsel_to_uv(const u8 vsel) in twl4030_vsel_to_uv() argument
77 return (((vsel * 125) + 6000)) * 100; in twl4030_vsel_to_uv()
85 static unsigned long twl6030_vsel_to_uv(const u8 vsel) in twl6030_vsel_to_uv() argument
101 if (!vsel) in twl6030_vsel_to_uv()
110 if (vsel == 0x3A) in twl6030_vsel_to_uv()
114 return ((((vsel - 1) * 1266) + 70900)) * 10; in twl6030_vsel_to_uv()
116 return ((((vsel - 1) * 1266) + 60770)) * 10; in twl6030_vsel_to_uv()
Dvp.c16 char vsel; in _vp_set_init_voltage() local
18 vsel = voltdm->pmic->uv_to_vsel(volt); in _vp_set_init_voltage()
24 vpconfig |= vsel << __ffs(vp->common->vpconfig_initvoltage_mask); in _vp_set_init_voltage()
Dvoltage.h143 unsigned long (*vsel_to_uv) (const u8 vsel);