Home
last modified time | relevance | path

Searched refs:preq_bit (Results 1 – 2 of 2) sorted by relevance

/drivers/mfd/
Dtps80031.c152 unsigned long ext_ctrl_flag, int preq_bit, in tps80031_ext_power_req_config() argument
163 res_ass_reg = TPS80031_PREQ1_RES_ASS_A + (preq_bit >> 3); in tps80031_ext_power_req_config()
166 res_ass_reg = TPS80031_PREQ2_RES_ASS_A + (preq_bit >> 3); in tps80031_ext_power_req_config()
169 res_ass_reg = TPS80031_PREQ3_RES_ASS_A + (preq_bit >> 3); in tps80031_ext_power_req_config()
175 BIT(preq_bit & 0x7)); in tps80031_ext_power_req_config()
/drivers/regulator/
Dtps80031-regulator.c65 int preq_bit; member
417 .preq_bit = _pbit, \
435 .preq_bit = _preq_bit, \
457 .preq_bit = _pbit, \
498 if (ri->rinfo->preq_bit < 0) in tps80031_power_req_config()
502 ri->rinfo->preq_bit, ri->rinfo->state_reg, in tps80031_power_req_config()