RTD_RTCDATE1_RTCDATE1_MASK 95 drivers/rtc/rtc-rtd119x.c day = readl_relaxed(data->base + RTD_RTCDATE1) & RTD_RTCDATE1_RTCDATE1_MASK; RTD_RTCDATE1_RTCDATE1_MASK 149 drivers/rtc/rtc-rtd119x.c writel_relaxed(day & RTD_RTCDATE1_RTCDATE1_MASK, data->base + RTD_RTCDATE1);