Home
last modified time | relevance | path

Searched refs:fmax (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/drivers/clk/mediatek/
H A Dclk-mtk.h38 u64 fmax; member
H A Dclk-mtk.c157 if (freq > pll->fmax) in mtk_pll_calc_values()
158 freq = pll->fmax; in mtk_pll_calc_values()
H A Dclk-mt7629.c38 .fmax = MT7629_PLL_FMAX, \
H A Dclk-mt7623.c34 .fmax = MT7623_PLL_FMAX, \
/openbmc/qemu/tests/tcg/mips/include/
H A Dwrappers_msa.h294 DO_MSA__WD__WS_WT(FMAX_W, fmax.w)
295 DO_MSA__WD__WS_WT(FMAX_D, fmax.d)
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp306 max = std::fmax(value, max); in getSensorMaxMin()
329 max = std::fmax(value, max); in getSensorMaxMin()
/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def1304 : fmax(A,B)),
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c4542 DO_REDUCE(fmax,h, float16, H1_2, float16_max, float16_chs(float16_infinity)) in DO_REDUCE()
4543 DO_REDUCE(fmax,s, float32, H1_4, float32_max, float32_chs(float32_infinity)) in DO_REDUCE()
4544 DO_REDUCE(fmax,d, float64, H1_8, float64_max, float64_chs(float64_infinity)) in DO_REDUCE()