Lines Matching +full:data +full:- +full:sheets
1 // SPDX-License-Identifier: GPL-2.0
51 rtcs = of_find_compatible_node(NULL, "rtc", "ds1385-rtc"); in chrp_time_init()
86 * Set the hardware clock. -- Cort
122 * the Dallas Semiconductor data sheets, but who believes data in chrp_set_rtc_time()
123 * sheets anyway ... -- Markus Kuhn in chrp_set_rtc_time()
155 tm->tm_sec = sec; in chrp_get_rtc_time()
156 tm->tm_min = min; in chrp_get_rtc_time()
157 tm->tm_hour = hour; in chrp_get_rtc_time()
158 tm->tm_mday = day; in chrp_get_rtc_time()
159 tm->tm_mon = mon; in chrp_get_rtc_time()
160 tm->tm_year = year; in chrp_get_rtc_time()