Searched refs:RTC_CTRL_A_DV1 (Results 1 – 2 of 2) sorted by relevance
148 #define RTC_CTRL_A_DV1 BIT(5) /* Oscillator Enable */ macro
805 ((ctrla & RTC_CTRL_A_DV1) ? "enabled" : "disabled"), in ds1685_rtc_proc()1140 if (!(ctrla & RTC_CTRL_A_DV1)) in ds1685_rtc_probe()1141 ctrla |= RTC_CTRL_A_DV1; in ds1685_rtc_probe()1398 ctrla |= RTC_CTRL_A_DV1; in ds1685_rtc_poweroff()
Completed in 6 milliseconds