Home
last modified time | relevance | path

Searched refs:disable (Results 1 – 25 of 47) sorted by relevance

12

/rk3399_ARM-atf/plat/socionext/uniphier/
H A Duniphier_cci.c38 void (*disable)(void); member
45 .disable = NULL,
50 .disable = __uniphier_cci_disable,
55 .disable = NULL,
79 if (uniphier_cci_ops.disable) in uniphier_cci_disable()
80 uniphier_cci_ops.disable(); in uniphier_cci_disable()
/rk3399_ARM-atf/fdts/
H A Dstm32mp15-pinctrl.dtsi25 bias-disable;
40 bias-disable;
50 bias-disable;
63 bias-disable;
76 bias-disable;
112 bias-disable;
118 bias-disable;
184 bias-disable;
190 bias-disable;
216 bias-disable;
[all …]
H A Dstm32mp13-pinctrl.dtsi14 bias-disable;
30 bias-disable;
40 bias-disable;
72 bias-disable;
78 bias-disable;
87 bias-disable;
102 bias-disable;
H A Dstm32mp25-pinctrl.dtsi14 bias-disable;
30 bias-disable;
36 bias-disable;
50 bias-disable;
56 bias-disable;
97 bias-disable;
103 bias-disable;
H A Dstm32mp157c-lxa-mc1.dts54 disable-wp;
67 /delete-property/ bias-disable;
71 /delete-property/ bias-disable;
H A Dstm32mp157c-odyssey.dts29 disable-wp;
H A Dstm32mp257d-ultra-fly-sbc.dts192 bias-disable;
198 bias-disable;
H A Dstm32mp15xx-dhcor-avenger96.dtsi40 disable-wp;
H A Dstm32mp153c-lxa-fairytux2.dts58 bias-disable;
H A Dstm32mp157c-lxa-tac.dts58 bias-disable;
/rk3399_ARM-atf/drivers/clk/
H A Dclk.c25 assert((ops != NULL) && (ops->disable != NULL)); in clk_disable()
27 ops->disable(id); in clk_disable()
87 (ops_ptr->disable != NULL) && in clk_register()
/rk3399_ARM-atf/include/drivers/
H A Dclk.h14 void (*disable)(unsigned long id); member
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-6.rst55 significantly more complex than the "MMU disable/enable" workaround. The latter
63 locally (for example by implementing "MMU disable/enable" itself), there is no
76 disable/enable" and "BPIALL at AArch32 Secure-EL1" workarounds described above.
94 | ``PSCI_VERSION`` with "MMU disable/enable" | 930 |
96 | ``SMCCC_ARCH_WORKAROUND_1`` with "MMU disable/enable" | 386 |
105 performance and code size overhead. Platforms can choose to disable them at
H A Dsecurity-advisory-tfv-2.rst34 The ``MDCR_EL3.SDD`` bit should be assigned to ``1`` to disable debug exceptions
49 ``MDCR_EL3.SPD32`` bits should be assigned to ``10`` to disable debug exceptions
H A Dsecurity-advisory-tfv-7.rst57 initialization, following every PE reset. No mechanism is provided to disable
80 lower exception levels to temporarily disable the mitigation in their execution
H A Dsecurity-advisory-tfv-12.rst76 disable hardware page aggregation.
H A Dsecurity-advisory-tfv-13.rst82 Platforms can choose to disable them at compile time if
/rk3399_ARM-atf/docs/plat/
H A Dmeson-axg.rst14 - Basic SIP services (read efuse data, enable/disable JTAG).
H A Dmeson-gxbb.rst14 - Basic SIP services (read efuse data, enable/disable JTAG).
H A Dmeson-g12a.rst14 - Basic SIP services (read efuse data, enable/disable JTAG).
H A Dmeson-gxl.rst14 - Basic SIP services (read efuse data, enable/disable JTAG).
/rk3399_ARM-atf/services/std_svc/sdei/
H A Dsdei_intr_mgmt.c316 bool disable = false; in handle_masked_trigger() local
328 disable = true; in handle_masked_trigger()
333 if (disable) { in handle_masked_trigger()
/rk3399_ARM-atf/drivers/st/clk/
H A Dclk-stm32-core.c187 .disable = clk_gate_disable,
585 if (ops->disable != NULL) { in clk_stm32_disable_call_ops()
586 ops->disable(priv, id); in clk_stm32_disable_call_ops()
705 .disable = clk_stm32_disable,
883 .disable = clk_stm32_gate_disable,
1056 .disable = clk_stm32_osc_gate_disable,
/rk3399_ARM-atf/docs/process/
H A Dsecurity-hardening.rst103 - The only other way is to disable the ``PMCR_EL0.E`` bit upon entering
141 - The ``ENABLE_CONSOLE_GETC`` build flag should be set to 0 to disable the
/rk3399_ARM-atf/lib/compiler-rt/builtins/
H A Dudivmoddi4.c24 #pragma warning(disable : 4723 4724)

12