Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-mlxbf.c327 u16 setup_start; /* REPEATED START condition setup time. */ member
1141 timer = mlxbf_i2c_set_timer(priv, timings->setup_start, true, in mlxbf_i2c_set_timings()
1178 .setup_start = 4800,
1194 .setup_start = 700,
1210 .setup_start = 600,
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h554 int boot_get_setup(bootm_headers_t *images, uint8_t arch, ulong *setup_start,
604 ulong *setup_start, ulong *setup_len);
/OK3568_Linux_fs/u-boot/common/
H A Dimage.c1234 ulong *setup_start, ulong *setup_len) in boot_get_setup() argument
1237 return boot_get_setup_fit(images, arch, setup_start, setup_len); in boot_get_setup()
H A Dimage-fit.c2295 ulong *setup_start, ulong *setup_len) in boot_get_setup_fit() argument
2309 FIT_LOAD_REQUIRED, setup_start, &len); in boot_get_setup_fit()