Searched refs:old_offset (Results 1 - 4 of 4) sorted by relevance

/u-boot/test/dm/
H A Drtc.c63 long offset, check_offset, old_offset, old_base_time; local
78 old_offset = sandbox_i2c_rtc_set_offset(emul, false, 0);
81 } while (++i < 2 && check_offset != old_offset);
82 ut_asserteq(check_offset, old_offset);
121 sandbox_i2c_rtc_set_offset(emul, false, old_offset);
152 long old_offset; local
178 old_offset = sandbox_i2c_rtc_set_offset(emul, false, 0);
186 sandbox_i2c_rtc_set_offset(emul, true, old_offset);
/u-boot/drivers/rtc/
H A Di2c_rtc_emul.c35 long old_offset; local
37 old_offset = plat->offset;
43 return old_offset;
/u-boot/tools/dtoc/
H A Dtest_fdt714 old_offset = self.fdt.path_offset('/spl-test')
715 self.assertGreater(old_offset, 0)
H A Dtest_fdt.py714 old_offset = self.fdt.path_offset('/spl-test')
715 self.assertGreater(old_offset, 0)

Completed in 115 milliseconds