Searched refs:TPS65910_VDD_SEL_MASK (Results 1 – 2 of 2) sorted by relevance
12 #define TPS65910_VDD_SEL_MASK 0x7f macro
302 return (562500 + (val & TPS65910_VDD_SEL_MASK) * 12500) * gain; in buck_get_vdd1_vdd2_value()362 val &= TPS65910_VDD_SEL_MASK; in buck_set_vdd1_vdd2_value()