Home
last modified time | relevance | path

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

/drivers/rtc/
Drtc-pic32.c22 #define PIC32_RTCCON_ON BIT(15) macro
274 writel(PIC32_RTCCON_ON, 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()