Lines Matching defs:rtc_irq_bits
147 unsigned char rtc_irq_bits;
191 if (twl_rtc->rtc_irq_bits & bit)
194 val = twl_rtc->rtc_irq_bits | bit;
198 twl_rtc->rtc_irq_bits = val;
212 if (!(twl_rtc->rtc_irq_bits & bit))
215 val = twl_rtc->rtc_irq_bits & ~bit;
218 twl_rtc->rtc_irq_bits = val;
391 if (twl_rtc->rtc_irq_bits & BIT_RTC_INTERRUPTS_REG_IT_ALARM_M)
557 ret = twl_rtc_read_u8(twl_rtc, &twl_rtc->rtc_irq_bits,
620 twl_rtc->irqstat = twl_rtc->rtc_irq_bits;