Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/rtc/
Drtc-s3c.h63 #define S3C2410_RTCSEC S3C2410_RTCREG(0x70) macro
Drtc-s3c.c176 rtc_tm->tm_sec = readb(info->base + S3C2410_RTCSEC); in s3c_rtc_gettime()
226 writeb(bin2bcd(tm->tm_sec), info->base + S3C2410_RTCSEC); in s3c_rtc_settime()