Home
last modified time | relevance | path

Searched refs:S3C2410_RTCCON_CLKRST (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-s3c.h20 #define S3C2410_RTCCON_CLKRST (1 << 3) macro
H A Drtc-s3c.c398 if (con & S3C2410_RTCCON_CLKRST) { in s3c24xx_rtc_enable()
402 writew(tmp & ~S3C2410_RTCCON_CLKRST, in s3c24xx_rtc_enable()
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-s3c.h20 #define S3C2410_RTCCON_CLKRST (1 << 3) macro
H A Drtc-s3c.c355 if (con & S3C2410_RTCCON_CLKRST) { in s3c24xx_rtc_enable()
359 writew(tmp & ~S3C2410_RTCCON_CLKRST, in s3c24xx_rtc_enable()

Completed in 3 milliseconds