Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rtc/
Drtc-pic32.c29 #define PIC32_RTCCON 0x00 macro
298 writel(PIC32_RTCCON_ON, base + PIC32_CLR(PIC32_RTCCON)); in pic32_rtc_enable()
302 writel(PIC32_RTCCON_RTCWREN, base + PIC32_SET(PIC32_RTCCON)); in pic32_rtc_enable()
303 writel(3 << 9, base + PIC32_CLR(PIC32_RTCCON)); in pic32_rtc_enable()
305 if (!(readl(base + PIC32_RTCCON) & PIC32_RTCCON_ON)) in pic32_rtc_enable()
306 writel(PIC32_RTCCON_ON, base + PIC32_SET(PIC32_RTCCON)); in pic32_rtc_enable()