Lines Matching refs:ctrl_reg
54 unsigned int ctrl_reg; in bd70528_set_wake() local
56 ret = regmap_read(bd70528->regmap, BD70528_REG_WAKE_EN, &ctrl_reg); in bd70528_set_wake()
61 if (ctrl_reg & BD70528_MASK_WAKE_EN) in bd70528_set_wake()
71 ctrl_reg |= BD70528_MASK_WAKE_EN; in bd70528_set_wake()
73 ctrl_reg &= ~BD70528_MASK_WAKE_EN; in bd70528_set_wake()
76 ctrl_reg); in bd70528_set_wake()
83 unsigned int ctrl_reg; in bd70528_set_elapsed_tmr() local
98 &ctrl_reg); in bd70528_set_elapsed_tmr()
103 if (ctrl_reg & BD70528_MASK_ELAPSED_TIMER_EN) in bd70528_set_elapsed_tmr()
113 ctrl_reg |= BD70528_MASK_ELAPSED_TIMER_EN; in bd70528_set_elapsed_tmr()
115 ctrl_reg &= ~BD70528_MASK_ELAPSED_TIMER_EN; in bd70528_set_elapsed_tmr()
118 ctrl_reg); in bd70528_set_elapsed_tmr()