Searched refs:setup_start (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/include/ |
H A D | image.h | 577 int boot_get_setup(bootm_headers_t *images, uint8_t arch, ulong *setup_start, 627 ulong *setup_start, ulong *setup_len);
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-mlxbf.c | 372 u16 setup_start; /* REPEATED START condition setup time. */ member 1160 timer = mlxbf_i2c_set_timer(priv, timings->setup_start, true, in mlxbf_i2c_set_timings() 1197 .setup_start = 4800, 1213 .setup_start = 700, 1229 .setup_start = 600,
|
/openbmc/qemu/migration/ |
H A D | migration.c | 3436 int64_t setup_start = qemu_clock_get_ms(QEMU_CLOCK_HOST); in migration_thread() local 3507 s->setup_time = qemu_clock_get_ms(QEMU_CLOCK_HOST) - setup_start; in migration_thread() 3576 int64_t setup_start; in bg_migration_thread() local 3587 setup_start = qemu_clock_get_ms(QEMU_CLOCK_HOST); in bg_migration_thread() 3632 s->setup_time = qemu_clock_get_ms(QEMU_CLOCK_HOST) - setup_start; in bg_migration_thread()
|
/openbmc/u-boot/common/ |
H A D | image.c | 1216 ulong *setup_start, ulong *setup_len) in boot_get_setup() argument 1219 return boot_get_setup_fit(images, arch, setup_start, setup_len); in boot_get_setup()
|
H A D | image-fit.c | 2014 ulong *setup_start, ulong *setup_len) in boot_get_setup_fit() argument 2028 FIT_LOAD_REQUIRED, setup_start, &len); in boot_get_setup_fit()
|