Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/rtc/
Drtc-s3c.h60 #define S3C2410_RTCSEC S3C2410_RTCREG(0x70) macro
Drtc-s3c.c190 rtc_tm->tm_sec = readb(info->base + S3C2410_RTCSEC); in s3c_rtc_gettime()
237 writeb(bin2bcd(tm->tm_sec), info->base + S3C2410_RTCSEC); in s3c_rtc_settime()