Searched refs:PIC32_RTCALRM (Results 1 – 1 of 1) sorted by relevance
31 #define PIC32_RTCALRM 0x10 macro 106 base + (enabled ? PIC32_SET(PIC32_RTCALRM) : in pic32_rtc_setaie() 107 PIC32_CLR(PIC32_RTCALRM))); in pic32_rtc_setaie() 123 writel(PIC32_RTCALRM_AMASK, base + PIC32_CLR(PIC32_RTCALRM)); in pic32_rtc_setfreq() 124 writel(freq << 8, base + PIC32_SET(PIC32_RTCALRM)); in pic32_rtc_setfreq() 125 writel(PIC32_RTCALRM_CHIME, base + PIC32_SET(PIC32_RTCALRM)); in pic32_rtc_setfreq() 205 alm_en = readb(base + PIC32_RTCALRM); in pic32_rtc_getalarm() 248 repeat = readw(base + PIC32_RTCALRM); in pic32_rtc_proc()