RTD_RTCDATE2_RTCDATE2_MASK 96 drivers/rtc/rtc-rtd119x.c day |= (readl_relaxed(data->base + RTD_RTCDATE2) & RTD_RTCDATE2_RTCDATE2_MASK) << 8; RTD_RTCDATE2_RTCDATE2_MASK 150 drivers/rtc/rtc-rtd119x.c writel_relaxed((day >> 8) & RTD_RTCDATE2_RTCDATE2_MASK, data->base + RTD_RTCDATE2);