Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/rtc/
H A Di2c_rtc_emul.c41 bool use_system_time; member
49 long sandbox_i2c_rtc_set_offset(struct udevice *dev, bool use_system_time, in sandbox_i2c_rtc_set_offset() argument
56 plat->use_system_time = use_system_time; in sandbox_i2c_rtc_set_offset()
83 plat->use_system_time = true; in reset_time()
92 if (plat->use_system_time) { in sandbox_i2c_rtc_get()
110 if (plat->use_system_time) { in sandbox_i2c_rtc_set()
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dtest.h79 long sandbox_i2c_rtc_set_offset(struct udevice *dev, bool use_system_time,