Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Drtc.h113 #define RTC_VL_DATA_INVALID _BITUL(0) /* Voltage too low, RTC data is invalid */ macro
/openbmc/linux/drivers/rtc/
H A Drtc-gamecube.c204 value |= RTC_VL_DATA_INVALID; in gamecube_rtc_ioctl()
H A Drtc-rs5c372.c516 flags |= RTC_VL_DATA_INVALID; in rs5c372_ioctl()
523 flags |= RTC_VL_DATA_INVALID; in rs5c372_ioctl()
H A Drtc-pcf8523.c329 flags |= RTC_VL_DATA_INVALID; in pcf8523_rtc_ioctl()
H A Drtc-rx8010.c349 tmp = flagreg & RX8010_FLAG_VLF ? RTC_VL_DATA_INVALID : 0; in rx8010_ioctl()
H A Drtc-nct3018y.c298 flags |= RTC_VL_DATA_INVALID; in nct3018y_ioctl()
H A Drtc-pcf85063.c302 status = (status & PCF85063_REG_SC_OS) ? RTC_VL_DATA_INVALID : 0; in pcf85063_ioctl()
H A Drtc-pcf8563.c288 return put_user(ret & PCF8563_SC_LV ? RTC_VL_DATA_INVALID : 0, in pcf8563_rtc_ioctl()
H A Drtc-rv8803.c513 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.c479 val = RTC_VL_DATA_INVALID; in rv3032_ioctl()
H A Drtc-rv3028.c595 status = status & RV3028_STATUS_PORF ? RTC_VL_DATA_INVALID : 0; in rv3028_ioctl()