Searched refs:res_ass_reg (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/mfd/
H A Dtps80031.c156 u8 res_ass_reg = 0; tps80031_ext_power_req_config() local
164 res_ass_reg = TPS80031_PREQ1_RES_ASS_A + (preq_bit >> 3); tps80031_ext_power_req_config()
167 res_ass_reg = TPS80031_PREQ2_RES_ASS_A + (preq_bit >> 3); tps80031_ext_power_req_config()
170 res_ass_reg = TPS80031_PREQ3_RES_ASS_A + (preq_bit >> 3); tps80031_ext_power_req_config()
175 ret = tps80031_set_bits(dev, TPS80031_SLAVE_ID1, res_ass_reg, tps80031_ext_power_req_config()
179 res_ass_reg, ret); tps80031_ext_power_req_config()

Completed in 51 milliseconds