Lines Matching defs:selector
100 static int da903x_set_voltage_sel(struct regulator_dev *rdev, unsigned selector)
109 val = selector << info->vol_shift;
169 unsigned selector)
176 val = selector << info->vol_shift;
212 unsigned selector)
217 if (selector & 0x4)
219 rdev->desc->uV_step * (3 - (selector & ~0x4));
222 rdev->desc->uV_step * (selector & ~0x4);
232 unsigned selector)
239 val = selector << info->vol_shift;