Lines Matching defs:ctrlc
388 u8 seconds, minutes, hours, mday, ctrlb, ctrlc;
398 ctrlc = rtc->read(rtc, RTC_CTRL_C);
432 alrm->pending = !!(ctrlc & RTC_CTRL_C_AF);
496 /* Read ctrlc to clear RTC_CTRL_C_AF. */
661 u8 ctrlb, ctrlc;
671 /* Ctrlb holds the interrupt-enable bits and ctrlc the flag bits. */
673 ctrlc = rtc->read(rtc, RTC_CTRL_C);
676 if (likely(ctrlc & RTC_CTRL_C_IRQF)) {
682 if (likely(ctrlc & RTC_CTRL_B_PAU_MASK)) {
687 (ctrlc & RTC_CTRL_C_PF)) {
694 (ctrlc & RTC_CTRL_C_AF)) {
701 (ctrlc & RTC_CTRL_C_UF)) {
1284 * RTC will still set the *IE / *F flags and raise IRQF in ctrlc, but
1286 * unless ctrlc is explicitly polled.