Searched defs:SMPS_VSEL_MASK (Results 1 - 1 of 1) sorted by relevance

/drivers/regulator/
H A Dtps80031-regulator.c49 #define SMPS_VSEL_MASK 0x3F macro
196 ri->rinfo->force_reg, vsel, SMPS_VSEL_MASK);
205 ri->rinfo->volt_reg, vsel, SMPS_VSEL_MASK);
229 return vsel & SMPS_VSEL_MASK;
238 return vsel & SMPS_VSEL_MASK;

Completed in 33 milliseconds