Searched refs:ALARM_UPPER_MASK (Results 1 – 1 of 1) sorted by relevance
52 #define ALARM_UPPER_MASK GENMASK(10, 0) macro135 time |= (readl(rtcdev->base + ALARM_UPPER_REG) & ALARM_UPPER_MASK); in mpfs_rtc_readalarm()155 writel((u32)(time >> 32) & ALARM_UPPER_MASK, rtcdev->base + ALARM_UPPER_REG); in mpfs_rtc_setalarm()