Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rtc/
Drtc-s3c.c745 unsigned int ticnt; in s3c24xx_rtc_enable_tick() local
747 ticnt = readb(info->base + S3C2410_TICNT); in s3c24xx_rtc_enable_tick()
748 ticnt &= S3C2410_TICNT_ENABLE; in s3c24xx_rtc_enable_tick()
750 seq_printf(seq, "periodic_IRQ\t: %s\n", ticnt ? "yes" : "no"); in s3c24xx_rtc_enable_tick()
764 unsigned int ticnt; in s3c6410_rtc_enable_tick() local
766 ticnt = readw(info->base + S3C2410_RTCCON); in s3c6410_rtc_enable_tick()
767 ticnt &= S3C64XX_RTCCON_TICEN; in s3c6410_rtc_enable_tick()
769 seq_printf(seq, "periodic_IRQ\t: %s\n", ticnt ? "yes" : "no"); in s3c6410_rtc_enable_tick()