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. */
662 u8 ctrlb, ctrlc;
673 /* Ctrlb holds the interrupt-enable bits and ctrlc the flag bits. */
675 ctrlc = rtc->read(rtc, RTC_CTRL_C);
678 if (likely(ctrlc & RTC_CTRL_C_IRQF)) {
684 if (likely(ctrlc & RTC_CTRL_B_PAU_MASK)) {
689 (ctrlc & RTC_CTRL_C_PF)) {
696 (ctrlc & RTC_CTRL_C_AF)) {
703 (ctrlc & RTC_CTRL_C_UF)) {
1286 * RTC will still set the *IE / *F flags and raise IRQF in ctrlc, but
1288 * unless ctrlc is explicitly polled.