Home
last modified time | relevance | path

Searched refs:min (Results 1 – 21 of 21) sorted by relevance

/SCP-firmware-master/product/optee-stm32mp1/module/stm32_pmic_regu/src/
A Dmod_stm32_pmic_regu.c223 int32_t *min, int32_t *max) in find_bound_uv() argument
227 fwk_assert((count == 0 || levels != NULL) && min != NULL && max != NULL); in find_bound_uv()
229 *min = INT32_MAX; in find_bound_uv()
233 if (*min > levels[n]) { in find_bound_uv()
234 *min = levels[n]; in find_bound_uv()
242 *min *= 1000; in find_bound_uv()
/SCP-firmware-master/module/optee/clock/src/
A Dmod_optee_clock.c185 range->min = 0; in get_range()
194 range->min = clk_get_rate(ctx->clk); in get_range()
195 range->max = range->min; in get_range()
203 range->min = UINT64_MAX; in get_range()
214 } else if (rate < range->min) { in get_range()
215 range->min = rate; in get_range()
/SCP-firmware-master/product/rcar/module/rcar_clock/src/
A Dmod_rcar_clock.c536 mult = min(mult, 108U); in pll0_clk_round_rate()
569 stc_val = min(stc_val, 108U); in pll0_clk_set_rate()
593 mult = min(mult, 78U); in pll2_clk_round_rate()
626 stc_val = min(stc_val, 78U); in pll2_clk_set_rate()
658 mult = min(mult, 32U); in z_clk_round_rate()
699 mult = min(mult, 32U); in z_clk_set_rate()
755 mult = min(mult, 32U); in z2_clk_round_rate()
795 mult = min(mult, 32U); in z2_clk_set_rate()
/SCP-firmware-master/product/rcar/module/rcar_clock/include/
A Dmod_rcar_clock.h345 #define min(x, y) \ macro
359 #define clamp(val, lo, hi) min((__typeof__(val))max(val, lo), hi)
/SCP-firmware-master/product/morello/module/dmc_bing/src/
A Dmorello_ddr_phy.c51 uint16_t min; member
339 best_wrdq_eyes[slice][bit].min = DELAY_MAX; in write_eye_detect_single_rank()
394 wrdq_eyes[slice][bit].min = DELAY_MAX; in write_eye_detect_single_rank()
506 wrdq_eyes[slice][bit].min) { in write_eye_detect_single_rank()
507 wrdq_eyes[slice][bit].min = in write_eye_detect_single_rank()
519 (wrdq_eyes[slice][bit].min != DELAY_MAX)) { in write_eye_detect_single_rank()
546 eye->width = eye->max - eye->min; in write_eye_detect_single_rank()
551 eye->mid = (eye->min + eye->max) / 2; in write_eye_detect_single_rank()
/SCP-firmware-master/module/clock/include/
A Dmod_clock.h212 uint64_t min; member
/SCP-firmware-master/product/n1sdp/module/n1sdp_ddr_phy/src/
A Dmod_n1sdp_ddr_phy.c37 uint16_t min; member
411 best_wrdq_eyes[slice][bit].min = DELAY_MAX; in write_eye_detect_single_rank()
468 wrdq_eyes[slice][bit].min = DELAY_MAX; in write_eye_detect_single_rank()
583 wrdq_eyes[slice][bit].min) { in write_eye_detect_single_rank()
584 wrdq_eyes[slice][bit].min = in write_eye_detect_single_rank()
596 (wrdq_eyes[slice][bit].min != DELAY_MAX)) { in write_eye_detect_single_rank()
623 eye->width = eye->max - eye->min; in write_eye_detect_single_rank()
628 eye->mid = (eye->min + eye->max) / 2; in write_eye_detect_single_rank()
/SCP-firmware-master/product/rcar/module/rcar_sd_clock/src/
A Dmod_rcar_sd_clock.c202 range->min = ctx->rate_table[0]; in sd_clock_get_range()
207 range->min = ctx->rate_table[0]; in sd_clock_get_range()
/SCP-firmware-master/module/mock_clock/src/
A Dmod_mock_clock.c168 range->min = ctx->config->rate_table[0].rate; in mod_mock_clock_get_range()
/SCP-firmware-master/module/system_pll/src/
A Dmod_system_pll.c209 range->min = ctx->config->min_rate; in system_pll_get_range()
/SCP-firmware-master/product/morello/module/morello_pll/src/
A Dmod_morello_pll.c254 range->min = MOD_MORELLO_PLL_RATE_MIN; in morello_pll_get_range()
/SCP-firmware-master/product/n1sdp/module/n1sdp_pll/src/
A Dmod_n1sdp_pll.c234 range->min = MOD_N1SDP_PLL_RATE_MIN; in n1sdp_pll_get_range()
/SCP-firmware-master/module/scmi_perf/src/
A Dperf_plugins_handler.c99 static inline bool are_limits_valid(uint32_t min, uint32_t max) in are_limits_valid() argument
101 return (max > min); in are_limits_valid()
/SCP-firmware-master/product/juno/module/juno_hdlcd/src/
A Dmod_juno_hdlcd.c322 range->min = ctx->config->min_rate; in juno_hdlcd_get_range()
/SCP-firmware-master/module/css_clock/src/
A Dmod_css_clock.c239 range->min = ctx->config->rate_table[0].rate; in css_clock_get_range()
/SCP-firmware-master/product/juno/module/juno_cdcel937/src/
A Dmod_juno_cdcel937.c818 range->min = ctx->config->lookup_table[0].rate_hz; in juno_cdcel937_get_range()
822 range->min = ctx->config->min_rate; in juno_cdcel937_get_range()
/SCP-firmware-master/product/juno/module/juno_soc_clock_ram/src/
A Dmod_juno_soc_clock_ram.c478 range->min = ctx->config->rate_table[0].rate; in juno_soc_clock_get_range()
/SCP-firmware-master/product/synquacer/module/synquacer_pik_clock/src/
A Dmod_synquacer_pik_clock.c488 range->min = ctx->config->rate_table[0].rate; in pik_clock_get_range()
/SCP-firmware-master/module/pik_clock/src/
A Dmod_pik_clock.c476 range->min = ctx->config->rate_table[0].rate; in pik_clock_get_range()
/SCP-firmware-master/module/scmi_clock/src/
A Dmod_scmi_clock.c1356 clock_range[0].low = (uint32_t)info.range.min; in scmi_clock_describe_rates_handler()
1357 clock_range[0].high = (uint32_t)(info.range.min >> 32); in scmi_clock_describe_rates_handler()
/SCP-firmware-master/doc/media/
A Dstyle.css180 min-height: 13px;

Completed in 35 milliseconds