Home
last modified time | relevance | path

Searched refs:RTC_CTRL_4A_VRT2 (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/rtc/
Dds1685.h211 #define RTC_CTRL_4A_VRT2 BIT(7) /* Auxillary Battery Status */ macro
/linux-4.19.296/drivers/rtc/
Drtc-ds1685.c890 ((ctrl4a & RTC_CTRL_4A_VRT2) ? "ok" : "exhausted or n/a"), in ds1685_rtc_proc()
1146 (ctrl4a & RTC_CTRL_4A_VRT2) ? "ok" : "not ok or N/A"); in ds1685_rtc_sysfs_auxbatt_show()
1424 if (!(rtc->read(rtc, RTC_EXT_CTRL_4A) & RTC_CTRL_4A_VRT2)) in ds1685_rtc_probe()
1605 if (ctrl4a & RTC_CTRL_4A_VRT2) { in ds1685_rtc_poweroff()