Home
last modified time | relevance | path

Searched refs:RTC_VL_DATA_INVALID (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drtc.h98 #define RTC_VL_DATA_INVALID _BITUL(0) /* Voltage too low, RTC data is invalid */ macro
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-rx8010.c349 tmp = flagreg & RX8010_FLAG_VLF ? RTC_VL_DATA_INVALID : 0; in rx8010_ioctl()
H A Drtc-pcf85063.c300 status = status & PCF85063_REG_SC_OS ? RTC_VL_DATA_INVALID : 0; in pcf85063_ioctl()
H A Drtc-rv8803.c429 vl |= RTC_VL_DATA_INVALID; in rv8803_ioctl()
H A Drtc-rv3029c2.c462 vl |= RTC_VL_DATA_INVALID; in rv3029_ioctl()
H A Drtc-rv3032.c417 val = RTC_VL_DATA_INVALID; in rv3032_ioctl()
H A Drtc-rv3028.c529 status = status & RV3028_STATUS_PORF ? RTC_VL_DATA_INVALID : 0; in rv3028_ioctl()