Searched refs:vol_bit_width (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/regulator/
H A Danatop-regulator.c168 u32 vol_bit_width; local
208 ret = of_property_read_u32(np, "anatop-vol-bit-width", &vol_bit_width);
248 rdesc->vsel_mask = ((1 << vol_bit_width) - 1) << vol_bit_shift;

Completed in 156 milliseconds