Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/rtc/
Drtc-ds1742.c44 #define RTC_STOP 0x80 macro
173 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-6.12.1/arch/m68k/include/asm/
Dmvme16xhw.h41 #define RTC_STOP 0x20 macro
Dmvme147hw.h21 #define RTC_STOP 0x20 macro
/linux-6.12.1/arch/sh/boards/mach-sh03/
Drtc.c37 #define RTC_STOP 2 macro
/linux-6.12.1/drivers/mfd/
Drk8xx-core.c183 {RK817_RTC_CTRL_REG, RTC_STOP, RTC_STOP},
/linux-6.12.1/include/linux/mfd/
Drk808.h928 #define RTC_STOP BIT(0) macro