Searched refs:vol_bit_shift (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/regulator/
H A Danatop-regulator.c167 u32 vol_bit_shift; local
213 ret = of_property_read_u32(np, "anatop-vol-bit-shift", &vol_bit_shift);
248 rdesc->vsel_mask = ((1 << vol_bit_width) - 1) << vol_bit_shift;
267 sreg->sel = (val & rdesc->vsel_mask) >> vol_bit_shift;

Completed in 187 milliseconds