| /rk3399_ARM-atf/plat/mediatek/drivers/apusys/mt8196/ |
| H A D | apusys_rv_pwr_ctrl.c | 50 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 D | apusys_rv_pwr_ctrl.h | 27 uint8_t bypass);
|
| /rk3399_ARM-atf/plat/rockchip/rk3288/drivers/secure/ |
| H A D | secure.c | 17 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 D | secure.c | 17 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 D | plat_bl31_setup.c | 134 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 D | clk-stm32-core.h | 101 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 D | clk-stm32mp13.c | 34 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 D | stm32mp1_clk.c | 1577 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 D | clk-stm32mp2.c | 29 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 D | clk-stm32-core.c | 68 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 D | security-advisory-tfv-1.rst | 95 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 D | pm_api_clock.c | 2749 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 D | stm32mp257d-ultra-fly-sbc.dts | 132 st,regulator-bypass-microvolt = <3300000>;
|
| H A D | stm32mp257f-dk.dts | 152 st,regulator-bypass-microvolt = <3300000>;
|
| H A D | stm32mp257f-ev1.dts | 143 st,regulator-bypass-microvolt = <3300000>;
|
| /rk3399_ARM-atf/docs/threat_model/ |
| H A D | supply_chain_threat_model.rst | 416 | | bypass the TBB process of TF-A. |
|
| /rk3399_ARM-atf/docs/threat_model/firmware_threat_model/ |
| H A D | threat_model.rst | 795 | | (TOCTOU) attack to bypass image authentication |
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 2267 - Disable the legacy interrupt bypass mechanism.
|
| H A D | change-log.md | 8010 …- add bypass bit mask definition ([ec5fc50](https://review.trustedfirmware.org/plugins/gitiles/TF-…
|