Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dimage.h577 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 Di2c-mlxbf.c372 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 Dmigration.c3305 int64_t setup_start = qemu_clock_get_ms(QEMU_CLOCK_HOST); in migration_thread() local
3353 s->setup_time = qemu_clock_get_ms(QEMU_CLOCK_HOST) - setup_start; in migration_thread()
3424 int64_t setup_start; in bg_migration_thread() local
3434 setup_start = qemu_clock_get_ms(QEMU_CLOCK_HOST); in bg_migration_thread()
3467 s->setup_time = qemu_clock_get_ms(QEMU_CLOCK_HOST) - setup_start; in bg_migration_thread()
/openbmc/u-boot/common/
H A Dimage.c1216 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 Dimage-fit.c2014 ulong *setup_start, ulong *setup_len) in boot_get_setup_fit() argument
2028 FIT_LOAD_REQUIRED, setup_start, &len); in boot_get_setup_fit()