Searched refs:PIC32_RTCALRM (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/rtc/
H A Drtc-pic32.c31 #define PIC32_RTCALRM 0x10 macro
106 base + (enabled ? PIC32_SET(PIC32_RTCALRM) :
107 PIC32_CLR(PIC32_RTCALRM)));
123 writel(PIC32_RTCALRM_AMASK, base + PIC32_CLR(PIC32_RTCALRM));
124 writel(freq << 8, base + PIC32_SET(PIC32_RTCALRM));
125 writel(PIC32_RTCALRM_CHIME, base + PIC32_SET(PIC32_RTCALRM));
205 alm_en = readb(base + PIC32_RTCALRM);
248 repeat = readw(base + PIC32_RTCALRM);

Completed in 116 milliseconds