Home
last modified time | relevance | path

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

/drivers/rtc/
Drtc-pic32.c21 #define PIC32_RTCCON 0x00 macro
274 writel(PIC32_RTCCON_ON, base + PIC32_CLR(PIC32_RTCCON)); in pic32_rtc_enable()
278 writel(PIC32_RTCCON_RTCWREN, base + PIC32_SET(PIC32_RTCCON)); in pic32_rtc_enable()
279 writel(3 << 9, base + PIC32_CLR(PIC32_RTCCON)); in pic32_rtc_enable()
281 if (!(readl(base + PIC32_RTCCON) & PIC32_RTCCON_ON)) in pic32_rtc_enable()
282 writel(PIC32_RTCCON_ON, base + PIC32_SET(PIC32_RTCCON)); in pic32_rtc_enable()