Home
last modified time | relevance | path

Searched refs:changed (Results 1 – 25 of 32) sorted by relevance

12

/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_clk.c31 bool *changed) in ti_clk_value_set_freq() argument
34 assert(changed != NULL); in ti_clk_value_set_freq()
38 *changed = false; in ti_clk_value_set_freq()
47 *changed = false; in ti_clk_value_set_freq()
51 *changed = true; in ti_clk_value_set_freq()
84 bool *changed, uint32_t div) in ti_clk_generic_set_freq_parent() argument
92 assert(changed != NULL); in ti_clk_generic_set_freq_parent()
95 *changed = false; in ti_clk_generic_set_freq_parent()
135 changed); in ti_clk_generic_set_freq_parent()
155 bool *changed) in ti_clk_generic_set_freq() argument
[all …]
H A Dti_clk_div.c41 bool *changed) in ti_clk_div_set_freq_dyn_parent() argument
64 assert(changed != NULL); in ti_clk_div_set_freq_dyn_parent()
66 *changed = false; in ti_clk_div_set_freq_dyn_parent()
121 new_min, new_max, changed); in ti_clk_div_set_freq_dyn_parent()
155 best_changed = *changed; in ti_clk_div_set_freq_dyn_parent()
184 *changed = best_changed || (old_div != best_div); in ti_clk_div_set_freq_dyn_parent()
195 bool *changed __maybe_unused) in ti_clk_div_set_freq_static_parent()
281 bool *changed) in ti_clk_div_set_freq() argument
286 assert(changed != NULL); in ti_clk_div_set_freq()
290 *changed = false; in ti_clk_div_set_freq()
[all …]
H A Dti_clk_pll_16fft.c708 bool *changed) in ti_pll_16fft_set_freq() argument
760 *changed = true; in ti_pll_16fft_set_freq()
764 *changed = false; in ti_pll_16fft_set_freq()
767 if ((freq != 0UL) && *changed) { in ti_pll_16fft_set_freq()
798 bool *changed) in ti_pll_16fft_set_freq_table() argument
912 *changed = false; in ti_pll_16fft_set_freq_table()
918 *changed = true; in ti_pll_16fft_set_freq_table()
924 if (*changed) { in ti_pll_16fft_set_freq_table()
954 bool *changed) in ti_clk_pll_16fft_set_freq() argument
965 assert(changed != NULL); in ti_clk_pll_16fft_set_freq()
[all …]
H A Dti_pll.c1216 bool changed; in ti_pll_init() local
1228 dflt->max_hz, &changed); in ti_pll_init()
/rk3399_ARM-atf/drivers/ti/clk/include/
H A Dti_clk.h179 bool *changed);
225 bool *changed);
263 bool *changed, uint32_t div);
276 uint32_t max_hz, bool *changed);
H A Dti_clk_div.h126 bool *changed);
151 bool *changed);
/rk3399_ARM-atf/drivers/ti/pd/
H A Dti_device_clk.c298 bool changed; in ti_dev_clk_set_freq() local
352 changed = false; in ti_dev_clk_set_freq()
360 &changed); in ti_dev_clk_set_freq()
366 &changed, in ti_dev_clk_set_freq()
/rk3399_ARM-atf/docs/resources/diagrams/plantuml/
H A Dtfa_arm_cca_dfd.puml69 # changed, at the risk of invalidating DF* references.
/rk3399_ARM-atf/docs/plat/
H A Drpi5.rst60 Kernel and DTB load addresses are also chosen by the VPU and can be changed with
H A Drpi4.rst73 memory. The load addresses have a default, but can also be changed by
/rk3399_ARM-atf/docs/plat/arm/fvp/
H A Dfvp-support.rst91 the internal synchronisation timings changed compared to older versions of
/rk3399_ARM-atf/docs/getting_started/
H A Dimage-terminology.rst10 - Some of the names and abbreviated names have changed to accommodate new
11 requirements. The changed names are as backward compatible as possible to
/rk3399_ARM-atf/docs/plat/qti/
H A Dmsm8916.rst94 Some options can be changed at build time by adding them to the make command line:
106 can be changed on the make command line. The default values match the addresses
/rk3399_ARM-atf/docs/design/
H A Dconsole-framework.rst159 "boot" and "crash" states, this can be changed after registration using the
194 changed after registration using ``console_set_scope`` function, as per the platform
H A Dreset-design.rst117 SRAM and all CPU reset vectors be changed from the default ``0x0`` to this run
H A Dpsci-pd-tree.rst132 platform API have changed since it is required to validate the passed MPIDR. It
/rk3399_ARM-atf/tools/memory/
H A Dpoetry.lock1 # This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand.
/rk3399_ARM-atf/docs/plat/arm/
H A Darm-build-options.rst87 be changed by setting ``ROT_KEY``, there are 3k and 4k RSA keys in
/rk3399_ARM-atf/licenses/
H A DLICENSE-APACHE-2.0.txt99 stating that You changed the files; and
/rk3399_ARM-atf/tools/cot_dt2c/
H A Dpoetry.lock1 # This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand.
/rk3399_ARM-atf/docs/components/
H A Dgranule-protection-tables-design.rst138 ``GPT_MAP_REGION_GRANULE`` ownership to be changed using SMC calls. Non-secure
H A Dsecure-partition-manager-mm.rst749 should be changed. The page size is equal to the Translation Granule Size.
775 - ``SUCCESS``: The Memory Access Controls were changed successfully.
H A Dxlat-tables-lib-v2-design.rst384 that uses the changed translation table entries.
/rk3399_ARM-atf/docs/process/
H A Dcontributing.rst68 - Ensure that each changed file has the correct copyright and license
/rk3399_ARM-atf/docs/plat/marvell/armada/
H A Dbuild.rst103 When Trusted OS activates LLC SRAM, the CCU window target is changed to SRAM.

12