Home
last modified time | relevance | path

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

/drivers/rtc/
Drtc-s3c.h22 #define S3C2410_RTCCON_CNTSEL (1 << 2) macro
Drtc-s3c.c403 if ((readw(base + S3C2410_RTCCON) & S3C2410_RTCCON_CNTSEL)) { in s3c_rtc_enable()
407 writew(tmp & ~S3C2410_RTCCON_CNTSEL, in s3c_rtc_enable()