rtc_count_hour_mask   56 drivers/rtc/rtc-da9063.c 	int rtc_count_hour_mask;
rtc_count_hour_mask   93 drivers/rtc/rtc-da9063.c 	.rtc_count_hour_mask        = DA9063_COUNT_HOUR_MASK,
rtc_count_hour_mask  122 drivers/rtc/rtc-da9063.c 	.rtc_count_hour_mask        = DA9063_COUNT_HOUR_MASK,
rtc_count_hour_mask  150 drivers/rtc/rtc-da9063.c 	.rtc_count_hour_mask        = DA9062AA_COUNT_HOUR_MASK,
rtc_count_hour_mask  173 drivers/rtc/rtc-da9063.c 	tm->tm_hour = data[RTC_HOUR] & config->rtc_count_hour_mask;
rtc_count_hour_mask  188 drivers/rtc/rtc-da9063.c 	data[RTC_HOUR]  = tm->tm_hour & config->rtc_count_hour_mask;