Home
last modified time | relevance | path

Searched refs:best (Results 1 – 11 of 11) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi-ng/
A Dccu.c288 unsigned long best, unsigned long flags) in mux_is_better_rate() argument
292 return abs(now - rate) < abs(best - rate); in mux_is_better_rate()
295 return now <= rate && now > best; in mux_is_better_rate()
304 unsigned long best = 0; in clk_mux_determine_rate_flags() local
320 best = parent_req.rate; in clk_mux_determine_rate_flags()
324 best = clk_core_get_rate_nolock(parent); in clk_mux_determine_rate_flags()
328 best = clk_core_get_rate_nolock(core); in clk_mux_determine_rate_flags()
359 best, flags)) in clk_mux_determine_rate_flags()
362 best = parent_req.rate; in clk_mux_determine_rate_flags()
376 req->best_parent_rate = best; in clk_mux_determine_rate_flags()
[all …]
A Dclk-divider.c373 unsigned long best, unsigned long flags) in _is_best_div() argument
377 return abs(rate - now) < abs(rate - best); in _is_best_div()
380 return now <= rate && now > best; in _is_best_div()
407 unsigned long parent_rate, best = 0, now, maxdiv; in clk_divider_bestdiv() local
447 if (_is_best_div(rate, now, best, flags)) in clk_divider_bestdiv()
450 best = now; in clk_divider_bestdiv()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_params.c151 static int boundary_nearer(int min, int mindir, int best, int bestdir, int max, int maxdir) in boundary_nearer() argument
155 boundary_sub(best, bestdir, min, mindir, &dmin, &dmindir); in boundary_nearer()
156 boundary_sub(max, maxdir, best, bestdir, &dmax, &dmaxdir); in boundary_nearer()
839 unsigned int best = *val, saved_min; in snd_pcm_hw_param_set_near() local
849 if (best > INT_MAX) in snd_pcm_hw_param_set_near()
850 best = INT_MAX; in snd_pcm_hw_param_set_near()
851 min = max = best; in snd_pcm_hw_param_set_near()
881 if (boundary_nearer(max, maxdir, best, valdir, min, mindir)) { in snd_pcm_hw_param_set_near()
958 unsigned int best = snd_range_min(it), cur, prev; in snd_pcm_hw_param_refine_multiple() local
959 cur = best; in snd_pcm_hw_param_refine_multiple()
[all …]
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Class/
A Duvc_v4l2.c63 __u32 best = -1, dist; in uvc_try_frame_interval() local
70 if (dist > best) in uvc_try_frame_interval()
73 best = dist; in uvc_try_frame_interval()
/bsp/wch/risc-v/yd-ch32v307vct6/
A DREADME.md5 …evelopment board with a maximum main frequency of 144Mhz. It delivers the best value for developer…
/bsp/wch/risc-v/ch32v307v-r1/
A DREADME.md7 …evelopment board with a maximum main frequency of 144Mhz. It delivers the best value for developer…
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/CMSIS/
A DREADME.md112 is your best way to interact directly with the maintenance team and the community.
116 We will be monitoring and responding to issues as best we can.
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/CMSIS/
A DREADME.md112 is your best way to interact directly with the maintenance team and the community.
116 We will be monitoring and responding to issues as best we can.
/bsp/stm32/stm32u575-st-nucleo/
A DREADME.md312 1. It is best to use a newer version of MDK, and this experiment was carried out under the MDK5.36 …
/bsp/stm32/stm32u585-iot02a/
A DREADME.md312 1. It is best to use a newer version of MDK, and this experiment was carried out under the MDK5.36 …
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/
A DDoxyfile1783 # Possible values are: HTML-CSS (which is slower, but has the best

Completed in 66 milliseconds