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

/linux-master/drivers/rtc/
H A Drtc-twl.c147 unsigned char rtc_irq_bits; member in struct:twl_rtc
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)
569 ret = twl_rtc_read_u8(twl_rtc, &twl_rtc->rtc_irq_bits,
651 twl_rtc->irqstat = twl_rtc->rtc_irq_bits;
[all...]

Completed in 121 milliseconds