Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/rtc/
Drtc-ds1742.c45 #define RTC_STOP 0x80 macro
175 if (sec & RTC_STOP) { in ds1742_rtc_probe()
Drtc-ds1553.c49 #define RTC_STOP 0x80 macro
278 if (sec & RTC_STOP) { in ds1553_rtc_probe()
Drtc-stk17ta8.c48 #define RTC_STOP 0x80 macro
285 if (cal & RTC_STOP) { in stk17ta8_rtc_probe()
/linux-5.19.10/arch/m68k/include/asm/
Dmvme16xhw.h41 #define RTC_STOP 0x20 macro
Dmvme147hw.h21 #define RTC_STOP 0x20 macro
/linux-5.19.10/arch/sh/boards/mach-sh03/
Drtc.c37 #define RTC_STOP 2 macro
/linux-5.19.10/drivers/mfd/
Drk808.c206 {RK817_RTC_CTRL_REG, RTC_STOP, RTC_STOP},
/linux-5.19.10/include/linux/mfd/
Drk808.h378 #define RTC_STOP BIT(0) macro