Home
last modified time | relevance | path

Searched refs:rtc_count_hour_mask (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/rtc/
Drtc-da9063.c64 int rtc_count_hour_mask; member
101 .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()