Home
last modified time | relevance | path

Searched refs:bypass (Results 1 – 19 of 19) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/drivers/apusys/mt8196/
H A Dapusys_rv_pwr_ctrl.c50 uint8_t bypass) in apu_hw_sema_ctl_per_mbox() argument
64 && !bypass) { in apu_hw_sema_ctl_per_mbox()
138 uint8_t bypass) in apu_hw_sema_ctl() argument
150 if (ctl == HW_SEM_PUT && ((mmio_read_32(sem_addr) & BIT(ctl_bit)) == 0) && !bypass) { in apu_hw_sema_ctl()
H A Dapusys_rv_pwr_ctrl.h27 uint8_t bypass);
/rk3399_ARM-atf/plat/rockchip/rk3288/drivers/secure/
H A Dsecure.c17 static void sgrf_ddr_rgn_global_bypass(uint32_t bypass) in sgrf_ddr_rgn_global_bypass() argument
19 if (bypass) in sgrf_ddr_rgn_global_bypass()
/rk3399_ARM-atf/plat/rockchip/rk3399/drivers/secure/
H A Dsecure.c17 static void sgrf_ddr_rgn_global_bypass(uint32_t bypass) in sgrf_ddr_rgn_global_bypass() argument
19 if (bypass) in sgrf_ddr_rgn_global_bypass()
/rk3399_ARM-atf/plat/aspeed/ast2700/
H A Dplat_bl31_setup.c134 uint8_t bypass : 1; /* bit[24] */ member
177 if (pll_reg.b.bypass == 0U) { in plat_get_pll_rate()
/rk3399_ARM-atf/drivers/st/clk/
H A Dclk-stm32-core.h101 struct stm32_clk_bypass *bypass; member
155 void clk_oscillator_set_bypass(struct stm32_clk_priv *priv, int id, bool digbyp, bool bypass);
345 .bypass = (_bypass),\
H A Dclk-stm32mp13.c34 bool bypass; member
898 bool digbyp, bool bypass) in clk_oscillator_check_bypass() argument
901 struct stm32_clk_bypass *bypass_data = osc_data->bypass; in clk_oscillator_check_bypass()
910 (!(digbyp || bypass))) { in clk_oscillator_check_bypass()
921 bool bypass = osci->bypass; in stm32_enable_oscillator_hse() local
928 clk_oscillator_set_bypass(priv, _CK_HSE, digbyp, bypass); in stm32_enable_oscillator_hse()
933 clk_oscillator_check_bypass(priv, _CK_HSE, digbyp, bypass); in stm32_enable_oscillator_hse()
945 bool bypass = osci->bypass; in stm32_enable_oscillator_lse() local
957 clk_oscillator_set_bypass(priv, _CK_LSE, digbyp, bypass); in stm32_enable_oscillator_lse()
2138 osci->bypass = true; in clk_stm32_parse_oscillator_fdt()
H A Dstm32mp1_clk.c1577 static void stm32mp1_lse_enable(bool bypass, bool digbyp, uint32_t lsedrv) in stm32mp1_lse_enable() argument
1591 if (bypass || digbyp) { in stm32mp1_lse_enable()
1633 static void stm32mp1_hse_enable(bool bypass, bool digbyp, bool css) in stm32mp1_hse_enable() argument
1641 if (bypass || digbyp) { in stm32mp1_hse_enable()
1656 (!(digbyp || bypass))) { in stm32mp1_hse_enable()
2212 bool bypass, digbyp; in stm32mp1_clk_init() local
2215 bypass = fdt_clk_read_bool(name, "st,bypass"); in stm32mp1_clk_init()
2220 stm32mp1_lse_enable(bypass, digbyp, lsedrv); in stm32mp1_clk_init()
2224 bool bypass, digbyp, css; in stm32mp1_clk_init() local
2226 bypass = fdt_clk_read_bool(name, "st,bypass"); in stm32mp1_clk_init()
[all …]
H A Dclk-stm32mp2.c29 bool bypass; member
2024 bool bypass = osci->bypass; in stm32_enable_oscillator_hse() local
2031 clk_oscillator_set_bypass(priv, _CK_HSE, digbyp, bypass); in stm32_enable_oscillator_hse()
2044 bool bypass = osci->bypass; in stm32_enable_oscillator_lse() local
2056 clk_oscillator_set_bypass(priv, _CK_LSE, digbyp, bypass); in stm32_enable_oscillator_lse()
2298 osci->bypass = true; in clk_stm32_parse_oscillator_fdt()
H A Dclk-stm32-core.c68 void clk_oscillator_set_bypass(struct stm32_clk_priv *priv, int id, bool digbyp, bool bypass) in clk_oscillator_set_bypass() argument
72 struct stm32_clk_bypass *bypass_data = osc_data->bypass; in clk_oscillator_set_bypass()
85 if (bypass || digbyp) { in clk_oscillator_set_bypass()
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-1.rst95 integer overflow in the 1st ``if`` statement, which would bypass the check,
129 ``if`` statement, which would bypass the check, allowing execution to proceed.
/rk3399_ARM-atf/plat/xilinx/zynqmp/pm_service/
H A Dpm_api_clock.c2749 const enum clock_id bypass; member
2760 .bypass = CLK_IOPLL,
2767 .bypass = CLK_RPLL,
2774 .bypass = CLK_APLL,
2781 .bypass = CLK_VPLL,
2788 .bypass = CLK_DPLL,
2853 (pm_plls[i].bypass == clock_id)) { in pm_clock_get_pll_by_related_clk()
3036 if (pll->bypass == clock_id) { in pm_clock_pll_get_parent()
/rk3399_ARM-atf/fdts/
H A Dstm32mp257d-ultra-fly-sbc.dts132 st,regulator-bypass-microvolt = <3300000>;
H A Dstm32mp257f-dk.dts152 st,regulator-bypass-microvolt = <3300000>;
H A Dstm32mp257f-ev1.dts143 st,regulator-bypass-microvolt = <3300000>;
/rk3399_ARM-atf/docs/threat_model/
H A Dsupply_chain_threat_model.rst416 | | bypass the TBB process of TF-A. |
/rk3399_ARM-atf/docs/threat_model/firmware_threat_model/
H A Dthreat_model.rst795 | | (TOCTOU) attack to bypass image authentication |
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst2267 - Disable the legacy interrupt bypass mechanism.
H A Dchange-log.md8010 …- add bypass bit mask definition ([ec5fc50](https://review.trustedfirmware.org/plugins/gitiles/TF-…