Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c153 u32 l_min; member
211 .l_min = 4700,
223 .l_min = 1300,
235 .l_min = 500,
599 if ((tscl_l < i2c_specs[setup->speed].l_min) || in stm32_i2c_choose_solution()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-stm32f7.c216 u32 l_min; member
360 .l_min = 4700,
370 .l_min = 1300,
380 .l_min = 500,
561 if ((tscl_l < specs->l_min) || in stm32f7_i2c_compute_timing()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/
H A Dadaptive_sort_merge.hpp1940 size_type const l_min = min_value(len1, len2); in stable_merge() local
1941 if(xbuf.capacity() >= l_min){ in stable_merge()