Searched refs:RTC_CTRL_A_DV1 (Results 1 – 2 of 2) sorted by relevance
149 #define RTC_CTRL_A_DV1 BIT(5) /* Oscillator Enable */ macro
807 ((ctrla & RTC_CTRL_A_DV1) ? "enabled" : "disabled"), in ds1685_rtc_proc()1142 if (!(ctrla & RTC_CTRL_A_DV1)) in ds1685_rtc_probe()1143 ctrla |= RTC_CTRL_A_DV1; in ds1685_rtc_probe()1405 ctrla |= RTC_CTRL_A_DV1; in ds1685_rtc_poweroff()