Searched refs:rtc_count_hour_mask (Results 1 – 1 of 1) sorted by relevance
64 int rtc_count_hour_mask; member101 .rtc_count_hour_mask = DA9063_COUNT_HOUR_MASK,130 .rtc_count_hour_mask = DA9063_COUNT_HOUR_MASK,158 .rtc_count_hour_mask = DA9062AA_COUNT_HOUR_MASK,181 tm->tm_hour = data[RTC_HOUR] & config->rtc_count_hour_mask; in da9063_data_to_tm()200 data[RTC_HOUR] &= ~config->rtc_count_hour_mask; in da9063_tm_to_data()201 data[RTC_HOUR] |= tm->tm_hour & config->rtc_count_hour_mask; in da9063_tm_to_data()