Home
last modified time | relevance | path

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

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