vsel               49 arch/arm/mach-omap2/omap_twl.c static unsigned long twl4030_vsel_to_uv(const u8 vsel)
vsel               51 arch/arm/mach-omap2/omap_twl.c 	return (((vsel * 125) + 6000)) * 100;
vsel               59 arch/arm/mach-omap2/omap_twl.c static unsigned long twl6030_vsel_to_uv(const u8 vsel)
vsel               75 arch/arm/mach-omap2/omap_twl.c 	if (!vsel)
vsel               84 arch/arm/mach-omap2/omap_twl.c 	if (vsel == 0x3A)
vsel               88 arch/arm/mach-omap2/omap_twl.c 		return ((((vsel - 1) * 1266) + 70900)) * 10;
vsel               90 arch/arm/mach-omap2/omap_twl.c 		return ((((vsel - 1) * 1266) + 60770)) * 10;
vsel              135 arch/arm/mach-omap2/voltage.h 	unsigned long (*vsel_to_uv) (const u8 vsel);
vsel               17 arch/arm/mach-omap2/vp.c 	char vsel;
vsel               19 arch/arm/mach-omap2/vp.c 	vsel = voltdm->pmic->uv_to_vsel(volt);
vsel               25 arch/arm/mach-omap2/vp.c 	vpconfig |= vsel << __ffs(vp->common->vpconfig_initvoltage_mask);
vsel              629 drivers/clk/samsung/clk-pll.c 		con0 |=	rate->vsel << PLL46XX_VSEL_SHIFT;
vsel              101 drivers/clk/samsung/clk-pll.h 		.vsel	=	(_vsel),			\
vsel              114 drivers/clk/samsung/clk-pll.h 		.vsel	=	(_vsel),			\
vsel              128 drivers/clk/samsung/clk-pll.h 	unsigned int vsel;
vsel              770 drivers/clk/tegra/clk-dfll.c 			unsigned int vsel;
vsel              772 drivers/clk/tegra/clk-dfll.c 			vsel = DIV_ROUND_UP((vinit - vmin), vstep);
vsel              773 drivers/clk/tegra/clk-dfll.c 			dfll_force_output(td, vsel);
vsel             1214 drivers/infiniband/hw/qib/qib_sd7220.c static int set_rxeq_vals(struct qib_devdata *dd, int vsel)
vsel             1226 drivers/infiniband/hw/qib/qib_sd7220.c 		val = rxeq_init_vals[ridx].rdata[vsel];
vsel               86 drivers/media/dvb-frontends/lnbh25.c 	const char *vsel;
vsel               98 drivers/media/dvb-frontends/lnbh25.c 		vsel = "Off";
vsel              102 drivers/media/dvb-frontends/lnbh25.c 		vsel = "13V";
vsel              106 drivers/media/dvb-frontends/lnbh25.c 		vsel = "18V";
vsel              114 drivers/media/dvb-frontends/lnbh25.c 		__func__, vsel, priv->i2c_address,
vsel              405 drivers/pcmcia/i82365.c 	u_char vsel = i365_get(s, VG469_VSELECT);
vsel              406 drivers/pcmcia/i82365.c 	if (vsel & VG469_VSEL_EXT_STAT) {
vsel              408 drivers/pcmcia/i82365.c 	    if (vsel & VG469_VSEL_EXT_BUS)
vsel              290 drivers/power/supply/wm831x_power.c 				   pdata->vsel, &reg2,
vsel              325 drivers/regulator/lp872x.c 		lp872x_set_dvs(lp, dvs->vsel, dvs->gpio);
vsel              848 drivers/regulator/lp872x.c 	of_property_read_u8(np, "ti,dvs-vsel", (u8 *)&pdata->dvs->vsel);
vsel              108 drivers/regulator/lp8788-buck.c 	pinstate = dvs->vsel == DVS_SEL_V0 ? DVS_LOW : DVS_HIGH;
vsel              121 drivers/regulator/lp8788-buck.c 	switch (dvs->vsel) {
vsel              188 drivers/regulator/max8973-regulator.c 	     unsigned vsel)
vsel              201 drivers/regulator/max8973-regulator.c 		found = find_voltage_set_register(max, vsel,
vsel              206 drivers/regulator/max8973-regulator.c 					MAX8973_VOUT_MASK, vsel);
vsel              213 drivers/regulator/max8973-regulator.c 		max->curr_vout_val[gpio_val] = vsel;
vsel              737 drivers/regulator/palmas-regulator.c 	if (rinfo->vsel_addr && reg_init->vsel) {
vsel              739 drivers/regulator/palmas-regulator.c 		reg = reg_init->vsel;
vsel             1543 drivers/regulator/palmas-regulator.c 			rinit->vsel = PALMAS_SMPS12_VOLTAGE_RANGE;
vsel               40 drivers/regulator/rc5t583-regulator.c 	int vsel = regulator_get_voltage_sel_regmap(rdev);
vsel               41 drivers/regulator/rc5t583-regulator.c 	int curr_uV = regulator_list_voltage_linear(rdev, vsel);
vsel               71 drivers/regulator/sy8106a-regulator.c 	unsigned int reg, vsel;
vsel              107 drivers/regulator/sy8106a-regulator.c 		vsel = (fixed_voltage / 1000 - SY8106A_MIN_MV) /
vsel              111 drivers/regulator/sy8106a-regulator.c 				     vsel | SY8106A_GO_BIT);
vsel              124 drivers/regulator/tps51632-regulator.c 	int vsel;
vsel              130 drivers/regulator/tps51632-regulator.c 	vsel = TPS51632_VOLT_VSEL(pdata->base_voltage_uV);
vsel              131 drivers/regulator/tps51632-regulator.c 	ret = regmap_write(tps->regmap, TPS51632_VOLTAGE_BASE_REG, vsel);
vsel              154 drivers/regulator/tps51632-regulator.c 			vsel = TPS51632_VOLT_VSEL(pdata->max_voltage_uV);
vsel              156 drivers/regulator/tps51632-regulator.c 					vsel);
vsel              124 drivers/regulator/tps62360-regulator.c 	int vsel;
vsel              134 drivers/regulator/tps62360-regulator.c 	vsel = (int)data & tps->voltage_reg_mask;
vsel              135 drivers/regulator/tps62360-regulator.c 	return vsel;
vsel              598 drivers/regulator/tps65910-regulator.c 	int id = rdev_get_id(dev), vsel;
vsel              606 drivers/regulator/tps65910-regulator.c 		vsel = (selector % VDD1_2_NUM_VOLT_FINE) + 3;
vsel              611 drivers/regulator/tps65910-regulator.c 		tps65910_reg_write(pmic->mfd, TPS65910_VDD1_OP, vsel);
vsel              617 drivers/regulator/tps65910-regulator.c 		vsel = (selector % VDD1_2_NUM_VOLT_FINE) + 3;
vsel              622 drivers/regulator/tps65910-regulator.c 		tps65910_reg_write(pmic->mfd, TPS65910_VDD2_OP, vsel);
vsel              625 drivers/regulator/tps65910-regulator.c 		vsel = selector + 3;
vsel              626 drivers/regulator/tps65910-regulator.c 		tps65910_reg_write(pmic->mfd, TPS65911_VDDCTRL_OP, vsel);
vsel              164 drivers/regulator/tps80031-regulator.c 		unsigned vsel)
vsel              181 drivers/regulator/tps80031-regulator.c 				ri->rinfo->force_reg, vsel, SMPS_VSEL_MASK);
vsel              190 drivers/regulator/tps80031-regulator.c 			ri->rinfo->volt_reg, vsel, SMPS_VSEL_MASK);
vsel              201 drivers/regulator/tps80031-regulator.c 	uint8_t vsel = 0;
vsel              206 drivers/regulator/tps80031-regulator.c 						ri->rinfo->force_reg, &vsel);
vsel              213 drivers/regulator/tps80031-regulator.c 		if (!(vsel & SMPS_CMD_MASK))
vsel              214 drivers/regulator/tps80031-regulator.c 			return vsel & SMPS_VSEL_MASK;
vsel              217 drivers/regulator/tps80031-regulator.c 				ri->rinfo->volt_reg, &vsel);
vsel              223 drivers/regulator/tps80031-regulator.c 	return vsel & SMPS_VSEL_MASK;
vsel              393 drivers/regulator/twl-regulator.c 	int vsel = twlreg_read(info, TWL_MODULE_PM_RECEIVER, VREG_VOLTAGE);
vsel              395 drivers/regulator/twl-regulator.c 	if (vsel < 0)
vsel              396 drivers/regulator/twl-regulator.c 		return vsel;
vsel              398 drivers/regulator/twl-regulator.c 	vsel &= info->table_len - 1;
vsel              399 drivers/regulator/twl-regulator.c 	return vsel;
vsel              422 drivers/regulator/twl-regulator.c 	int vsel = DIV_ROUND_UP(min_uV - 600000, 12500);
vsel              424 drivers/regulator/twl-regulator.c 	twlreg_write(info, TWL_MODULE_PM_RECEIVER, VREG_VOLTAGE_SMPS_4030, vsel);
vsel              432 drivers/regulator/twl-regulator.c 	int vsel;
vsel              434 drivers/regulator/twl-regulator.c 	vsel = twlreg_read(info, TWL_MODULE_PM_RECEIVER,
vsel              437 drivers/regulator/twl-regulator.c 	return vsel * 12500 + 600000;
vsel              267 drivers/regulator/twl6030-regulator.c 	int vsel = twlreg_read(info, TWL_MODULE_PM_RECEIVER, VREG_VOLTAGE);
vsel              270 drivers/regulator/twl6030-regulator.c 		vsel &= ~TWL6030_VREG_VOLTAGE_WR_S;
vsel              272 drivers/regulator/twl6030-regulator.c 	return vsel;
vsel              397 drivers/regulator/twl6030-regulator.c 	int vsel = 0;
vsel              402 drivers/regulator/twl6030-regulator.c 			vsel = 0;
vsel              404 drivers/regulator/twl6030-regulator.c 			vsel = DIV_ROUND_UP(min_uV - 600000, 12500);
vsel              405 drivers/regulator/twl6030-regulator.c 			vsel++;
vsel              411 drivers/regulator/twl6030-regulator.c 			vsel = 62;
vsel              413 drivers/regulator/twl6030-regulator.c 			vsel = 61;
vsel              415 drivers/regulator/twl6030-regulator.c 			vsel = 60;
vsel              417 drivers/regulator/twl6030-regulator.c 			vsel = 59;
vsel              419 drivers/regulator/twl6030-regulator.c 			vsel = 58;
vsel              425 drivers/regulator/twl6030-regulator.c 			vsel = 0;
vsel              427 drivers/regulator/twl6030-regulator.c 			vsel = DIV_ROUND_UP(min_uV - 700000, 12500);
vsel              428 drivers/regulator/twl6030-regulator.c 			vsel++;
vsel              434 drivers/regulator/twl6030-regulator.c 			vsel = 62;
vsel              436 drivers/regulator/twl6030-regulator.c 			vsel = 61;
vsel              438 drivers/regulator/twl6030-regulator.c 			vsel = 60;
vsel              440 drivers/regulator/twl6030-regulator.c 			vsel = 59;
vsel              446 drivers/regulator/twl6030-regulator.c 			vsel = 0;
vsel              448 drivers/regulator/twl6030-regulator.c 			vsel = DIV_ROUND_UP(min_uV - 1852000, 38600);
vsel              449 drivers/regulator/twl6030-regulator.c 			vsel++;
vsel              454 drivers/regulator/twl6030-regulator.c 			vsel = 0;
vsel              456 drivers/regulator/twl6030-regulator.c 			vsel = DIV_ROUND_UP(min_uV - 2161000, 38600);
vsel              457 drivers/regulator/twl6030-regulator.c 			vsel++;
vsel              462 drivers/regulator/twl6030-regulator.c 	return vsel;
vsel              231 drivers/regulator/wm831x-dcdc.c 					unsigned vsel)
vsel              240 drivers/regulator/wm831x-dcdc.c 	if (dcdc->dvs_gpiod && dcdc->on_vsel == vsel)
vsel              243 drivers/regulator/wm831x-dcdc.c 	if (dcdc->dvs_gpiod && dcdc->dvs_vsel == vsel)
vsel              247 drivers/regulator/wm831x-dcdc.c 	ret = wm831x_set_bits(wm831x, on_reg, WM831X_DC1_ON_VSEL_MASK, vsel);
vsel              250 drivers/regulator/wm831x-dcdc.c 	dcdc->on_vsel = vsel;
vsel              266 drivers/regulator/wm831x-dcdc.c 	if (vsel > dcdc->dvs_vsel) {
vsel              269 drivers/regulator/wm831x-dcdc.c 				      vsel);
vsel              271 drivers/regulator/wm831x-dcdc.c 			dcdc->dvs_vsel = vsel;
vsel              286 drivers/regulator/wm831x-dcdc.c 	int vsel;
vsel              288 drivers/regulator/wm831x-dcdc.c 	vsel = regulator_map_voltage_linear_range(rdev, uV, uV);
vsel              289 drivers/regulator/wm831x-dcdc.c 	if (vsel < 0)
vsel              290 drivers/regulator/wm831x-dcdc.c 		return vsel;
vsel              292 drivers/regulator/wm831x-dcdc.c 	return wm831x_set_bits(wm831x, reg, WM831X_DC1_SLP_VSEL_MASK, vsel);
vsel              167 include/linux/mfd/lp8788.h 	enum lp8788_dvs_sel vsel;
vsel              177 include/linux/mfd/lp8788.h 	enum lp8788_dvs_sel vsel;
vsel              202 include/linux/mfd/palmas.h 	u8 vsel;
vsel               33 include/linux/mfd/wm831x/pdata.h 	int vsel;           /** Target voltage, in mV */
vsel               61 include/linux/regulator/lp872x.h 	enum lp872x_dvs_sel vsel;