Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-da9063.c57 int rtc_count_hour_mask; member
94 .rtc_count_hour_mask = DA9063_COUNT_HOUR_MASK,
123 .rtc_count_hour_mask = DA9063_COUNT_HOUR_MASK,
151 .rtc_count_hour_mask = DA9062AA_COUNT_HOUR_MASK,
174 tm->tm_hour = data[RTC_HOUR] & config->rtc_count_hour_mask; in da9063_data_to_tm()
189 data[RTC_HOUR] = tm->tm_hour & config->rtc_count_hour_mask; in da9063_tm_to_data()