Home
last modified time | relevance | path

Searched refs:frequencies (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/doc/
H A DREADME.Heterogeneous-SoCs5 configuration and frequencies of all PowerPC cores and devices
20 MAPLE etc) frequencies
75 freq_processor_dsp[CONFIG_MAX_DSP_CPUS] - Array to contain the DSP core's frequencies
H A DREADME.fsl-hwconfig9 This option specifies which of the two oscillator frequencies should be
H A DREADME.imx513 condition in an analog flip-flop when used at high frequencies.
H A DREADME.b4860qds102 controllers, less serdes lanes, less SGMII interfaces and reduced target frequencies.
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_ce.c42 u32 *frequencies; member
1144 priv->frequencies = malloc(len); in rockchip_crypto_ofdata_to_platdata()
1145 if (!priv->frequencies) { in rockchip_crypto_ofdata_to_platdata()
1150 if (dev_read_u32_array(dev, "clock-frequency", priv->frequencies, in rockchip_crypto_ofdata_to_platdata()
1163 if (priv->frequencies) in rockchip_crypto_ofdata_to_platdata()
1164 free(priv->frequencies); in rockchip_crypto_ofdata_to_platdata()
1232 ret = clk_set_rate(&clk, priv->frequencies[i]); in rk_crypto_set_clk()
H A Dcrypto_v2.c65 u32 *frequencies; member
1649 priv->frequencies = malloc(len); in rockchip_crypto_ofdata_to_platdata()
1650 if (!priv->frequencies) { in rockchip_crypto_ofdata_to_platdata()
1655 if (dev_read_u32_array(dev, "clock-frequency", priv->frequencies, in rockchip_crypto_ofdata_to_platdata()
1668 if (priv->frequencies) in rockchip_crypto_ofdata_to_platdata()
1669 free(priv->frequencies); in rockchip_crypto_ofdata_to_platdata()
1694 ret = clk_set_rate(&clk, priv->frequencies[i]); in rk_crypto_set_clk()
/rk3399_rockchip-uboot/doc/device-tree-bindings/clock/
H A Drockchip,rk3368-dmc.txt42 target DDR clock frequency in Hz (not all frequencies may be supported,
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dam437x-gp-evm.dts491 link-frequencies = /bits/ 64 <70000000>;
525 link-frequencies = /bits/ 64 <70000000>;
/rk3399_rockchip-uboot/board/freescale/m54455evb/
H A DREADME18 - common/cmd_bdinfo.c Clock frequencies output
/rk3399_rockchip-uboot/cmd/
H A DKconfig593 bool "clk - Show clock frequencies"