Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-pcf8523.c30 #define PCF8523_SECONDS_OS BIT(7) macro
110 if ((regs[0] & PCF8523_CONTROL1_STOP) || (regs[3] & PCF8523_SECONDS_OS)) in pcf8523_rtc_read_time()
328 if (value & PCF8523_SECONDS_OS) in pcf8523_rtc_ioctl()
427 if (value & PCF8523_SECONDS_OS) { in pcf8523_probe()