Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/rtc/
Drtc-s3c.h64 #define S3C2410_RTCMON S3C2410_RTCREG(0x84) macro
Drtc-s3c.c188 rtc_tm->tm_mon = readb(info->base + S3C2410_RTCMON); in s3c_rtc_gettime()
241 writeb(bin2bcd(tm->tm_mon + 1), info->base + S3C2410_RTCMON); in s3c_rtc_settime()