Home
last modified time | relevance | path

Searched refs:h_min (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c153 u32 h_min; member
211 .h_min = 4000,
223 .h_min = 600,
235 .h_min = 260,
610 (tscl_h >= i2c_specs[setup->speed].h_min) && in stm32_i2c_choose_solution()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-stm32f7.c219 u32 h_min; member
378 .h_min = 4000,
388 .h_min = 600,
398 .h_min = 260,
593 (tscl_h >= specs->h_min) && in stm32f7_i2c_compute_timing()
/openbmc/linux/drivers/media/platform/renesas/
H A Drcar_jpu.c742 u32 *h, unsigned int h_min, in jpu_bound_align_image() argument
752 v4l_bound_align_image(w, w_min, w_max, w_align, h, h_min, h_max, in jpu_bound_align_image()