Searched refs:RTC_CTRL_A_DV1 (Results 1 – 2 of 2) sorted by relevance
156 #define RTC_CTRL_A_DV1 BIT(5) /* Oscillator Enable */ macro
885 ((ctrla & RTC_CTRL_A_DV1) ? "enabled" : "disabled"), in ds1685_rtc_proc()1329 if (!(ctrla & RTC_CTRL_A_DV1)) in ds1685_rtc_probe()1330 ctrla |= RTC_CTRL_A_DV1; in ds1685_rtc_probe()1594 ctrla |= RTC_CTRL_A_DV1; in ds1685_rtc_poweroff()