Searched refs:PIC32_RTCALRM (Results 1 – 1 of 1) sorted by relevance
39 #define PIC32_RTCALRM 0x10 macro114 base + (enabled ? PIC32_SET(PIC32_RTCALRM) : in pic32_rtc_setaie()115 PIC32_CLR(PIC32_RTCALRM))); in pic32_rtc_setaie()131 writel(PIC32_RTCALRM_AMASK, base + PIC32_CLR(PIC32_RTCALRM)); in pic32_rtc_setfreq()132 writel(freq << 8, base + PIC32_SET(PIC32_RTCALRM)); in pic32_rtc_setfreq()133 writel(PIC32_RTCALRM_CHIME, base + PIC32_SET(PIC32_RTCALRM)); in pic32_rtc_setfreq()223 alm_en = readb(base + PIC32_RTCALRM); in pic32_rtc_getalarm()272 repeat = readw(base + PIC32_RTCALRM); in pic32_rtc_proc()