Home
last modified time | relevance | path

Searched refs:tm_yday (Results 1 – 25 of 64) sorted by relevance

123

/openbmc/linux/drivers/rtc/
H A Drtc-lpc24xx.c80 rtc_writel(rtc, LPC24XX_DOY, tm->tm_yday); in lpc24xx_rtc_set_time()
105 tm->tm_yday = CT2_DOY(ct2); in lpc24xx_rtc_read_time()
120 tm->tm_yday = rtc_readl(rtc, LPC24XX_ALDOY); in lpc24xx_rtc_read_alarm()
143 rtc_writel(rtc, LPC24XX_ALDOY, tm->tm_yday); in lpc24xx_rtc_set_alarm()
H A Drtc-asm9260.c164 tm->tm_yday = (ctime2 >> BM_CTIME2_DOY_S) & BM_CTIME2_DOY_M; in asm9260_rtc_read_time()
183 iowrite32(tm->tm_yday, priv->iobase + HW_DOY); in asm9260_rtc_set_time()
199 alrm->time.tm_yday = ioread32(priv->iobase + HW_ALDOY); in asm9260_rtc_read_alarm()
218 iowrite32(alrm->time.tm_yday, priv->iobase + HW_ALDOY); in asm9260_rtc_set_alarm()
H A Drtc-moxart.c225 tm->tm_yday = day_of_year[tm->tm_mon]; in moxart_rtc_read_time()
226 tm->tm_yday += (tm->tm_mday - 1); in moxart_rtc_read_time()
229 tm->tm_yday++; in moxart_rtc_read_time()
H A Drtc-rtd119x.c114 tm->tm_yday = day; in rtd119x_rtc_read_time()
139 day += tm->tm_yday; in rtd119x_rtc_set_time()
H A Drtc-efi.c96 wtime->tm_yday = compute_yday(eft); in convert_from_efi_time()
99 wtime->tm_wday = compute_wday(eft, wtime->tm_yday); in convert_from_efi_time()
H A Dlib_test.c63 KUNIT_ASSERT_EQ_MSG(test, yday, result.tm_yday, FAIL_MSG); in rtc_time64_to_tm_test_date_range()
H A Dlib.c133 tm->tm_yday = (int) day_of_year + 1; in rtc_time64_to_tm()
H A Drtc-mcp795.c292 alm->time.tm_yday = -1; in mcp795_set_alarm()
337 alm->time.tm_yday = -1; in mcp795_read_alarm()
/openbmc/u-boot/include/linux/
H A Dtime.h36 int tm_yday; /* Days in year.[0-365] */ member
131 res->tm_yday = days;
/openbmc/u-boot/include/
H A Drtc_def.h31 int tm_yday; member
/openbmc/u-boot/drivers/rtc/
H A Dmc13xxx-rtc.c40 rtc->tm_yday = 0; in rtc_get()
H A Drtc-lib.c57 tm->tm_yday = days + 1; in rtc_to_tm()
H A Dds1307.c131 tmp->tm_yday = 0; in rtc_get()
289 tm->tm_yday = 0; in ds1307_rtc_get()
H A Dmax6900.c71 tmp->tm_yday = 0; in rtc_get()
H A Dmcfrtc.c40 tmp->tm_yday = 0; in rtc_get()
H A Dpcf8563.c58 tmp->tm_yday = 0; in rtc_get()
H A Ddavinci.c46 tmp->tm_yday = 0; in rtc_get()
H A Dpcf2127.c76 tm->tm_yday = 0; in pcf2127_rtc_get()
H A Dpt7c4338.c95 tmp->tm_yday = 0; in rtc_get()
H A Dm48t35ax.c59 tmp->tm_yday = 0; in rtc_get()
H A Dds3231.c94 tmp->tm_yday = 0; in rtc_get()
/openbmc/linux/include/linux/
H A Dtime.h55 int tm_yday; member
/openbmc/linux/kernel/time/
H A Dtime_test.c82 KUNIT_ASSERT_EQ_MSG(test, yday, result.tm_yday, FAIL_MSG); in time64_to_tm_test_date_range()
H A Dtimeconv.c139 result->tm_yday = (int) day_of_year; in time64_to_tm()
/openbmc/linux/include/uapi/linux/
H A Drtc.h33 int tm_yday; member

123