Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-pl031.c128 struct rtc_time calc_tm; in pl031_stv2_tm_to_time() local
130 rtc_time64_to_tm(rtc_tm_to_time64(tm), &calc_tm); in pl031_stv2_tm_to_time()
131 wday = calc_tm.tm_wday; in pl031_stv2_tm_to_time()