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

/linux-4.1.27/drivers/rtc/
H A Drtc-ds1685.c883 ((ctrl4a & RTC_CTRL_4A_VRT2) ? "ok" : "exhausted or n/a"), ds1685_rtc_proc()
1141 (ctrl4a & RTC_CTRL_4A_VRT2) ? "ok" : "not ok or N/A"); ds1685_rtc_sysfs_auxbatt_show()
1230 { "vrt2", RTC_EXT_CTRL_4A, RTC_CTRL_4A_VRT2 },
2014 if (!(rtc->read(rtc, RTC_EXT_CTRL_4A) & RTC_CTRL_4A_VRT2)) ds1685_rtc_probe()
2215 if (ctrl4a & RTC_CTRL_4A_VRT2) { ds1685_rtc_poweroff()
/linux-4.1.27/include/linux/rtc/
H A Dds1685.h211 #define RTC_CTRL_4A_VRT2 BIT(7) /* Auxillary Battery Status */ macro

Completed in 46 milliseconds