Home
last modified time | relevance | path

Searched refs:en (Results 1 – 25 of 33) sorted by relevance

12

/trusted-firmware-a-latest/plat/mediatek/mt8183/drivers/pmic/
Dpmic.c10 void bcpu_enable(uint32_t en) in bcpu_enable() argument
13 if (en) in bcpu_enable()
19 void bcpu_sram_enable(uint32_t en) in bcpu_sram_enable() argument
22 if (en) in bcpu_sram_enable()
Dpmic.h25 void bcpu_enable(uint32_t en);
26 void bcpu_sram_enable(uint32_t en);
/trusted-firmware-a-latest/plat/mediatek/drivers/iommu/
Dmtk_iommu_smc.c17 #define MMU_EN(en) ((!!(en)) << 0) argument
19 #define SEC_EN(en) ((!!(en)) << 1) argument
/trusted-firmware-a-latest/plat/mediatek/mt8183/drivers/gpio/
Dmtgpio.c216 void mt_set_gpio_pull_enable_chip(uint32_t pin, int en) in mt_set_gpio_pull_enable_chip() argument
227 if (en == GPIO_PULL_DISABLE) { in mt_set_gpio_pull_enable_chip()
233 } else if (en == GPIO_PULL_ENABLE) { in mt_set_gpio_pull_enable_chip()
248 } else if (en == GPIO_PULL_ENABLE_R0) { in mt_set_gpio_pull_enable_chip()
252 } else if (en == GPIO_PULL_ENABLE_R1) { in mt_set_gpio_pull_enable_chip()
257 } else if (en == GPIO_PULL_ENABLE_R0R1) { in mt_set_gpio_pull_enable_chip()
/trusted-firmware-a-latest/lib/libfdt/
Dfdt_sw.c238 fdt32_t *en; in fdt_end_node() local
242 en = fdt_grab_space_(fdt, FDT_TAGSIZE); in fdt_end_node()
243 if (! en) in fdt_end_node()
246 *en = cpu_to_fdt32(FDT_END_NODE); in fdt_end_node()
/trusted-firmware-a-latest/plat/mediatek/mt8195/drivers/spm/
Dmt_spm_internal.c481 void __spm_set_pcm_wdt(int en) in __spm_set_pcm_wdt() argument
486 if (en == 1) { in __spm_set_pcm_wdt()
515 void __spm_xo_soc_bblpm(int en) in __spm_xo_soc_bblpm() argument
517 if (en == 1) { in __spm_xo_soc_bblpm()
529 void __spm_hw_s1_state_monitor(int en, unsigned int *status) in __spm_hw_s1_state_monitor() argument
535 if (en == 1) { in __spm_hw_s1_state_monitor()
Dmt_spm_internal.h546 extern void __spm_set_pcm_wdt(int en);
550 extern void __spm_xo_soc_bblpm(int en);
572 extern void __spm_hw_s1_state_monitor(int en, unsigned int *status);
/trusted-firmware-a-latest/plat/imx/imx93/include/
Dpwr_ctrl.h81 static inline void gpc_pmic_stby_en(bool en) in gpc_pmic_stby_en() argument
83 mmio_write_32(GPC_GLOBAL_BASE + PMIC_CTRL, en ? 1 : 0); in gpc_pmic_stby_en()
/trusted-firmware-a-latest/plat/mediatek/mt8192/drivers/spm/
Dmt_spm_internal.c519 void __spm_set_pcm_wdt(int en) in __spm_set_pcm_wdt() argument
524 if (en == 1) { in __spm_set_pcm_wdt()
553 void __spm_xo_soc_bblpm(int en) in __spm_xo_soc_bblpm() argument
555 if (en == 1) { in __spm_xo_soc_bblpm()
567 void __spm_hw_s1_state_monitor(int en, unsigned int *status) in __spm_hw_s1_state_monitor() argument
573 if (en == 1) { in __spm_hw_s1_state_monitor()
Dmt_spm_internal.h600 extern void __spm_set_pcm_wdt(int en);
604 extern void __spm_xo_soc_bblpm(int en);
626 extern void __spm_hw_s1_state_monitor(int en, unsigned int *status);
/trusted-firmware-a-latest/plat/mediatek/mt8186/drivers/spm/
Dmt_spm_internal.c553 void __spm_set_pcm_wdt(int en) in __spm_set_pcm_wdt() argument
558 if (en == 1) { in __spm_set_pcm_wdt()
588 void __spm_xo_soc_bblpm(int en) in __spm_xo_soc_bblpm() argument
590 if (en == 1) { in __spm_xo_soc_bblpm()
602 void __spm_hw_s1_state_monitor(int en, unsigned int *status) in __spm_hw_s1_state_monitor() argument
606 if (en == 1) { in __spm_hw_s1_state_monitor()
Dmt_spm_internal.h582 extern void __spm_set_pcm_wdt(int en);
586 extern void __spm_xo_soc_bblpm(int en);
608 extern void __spm_hw_s1_state_monitor(int en, unsigned int *status);
/trusted-firmware-a-latest/plat/mediatek/drivers/spm/mt8188/
Dmt_spm_internal.c412 void __spm_set_pcm_wdt(int en) in __spm_set_pcm_wdt() argument
415 if (en != 0) { in __spm_set_pcm_wdt()
446 void __spm_hw_s1_state_monitor(int en, unsigned int *status) in __spm_hw_s1_state_monitor() argument
450 if (en != 0) { in __spm_hw_s1_state_monitor()
Dmt_spm_internal.h660 void __spm_set_pcm_wdt(int en);
662 void __spm_hw_s1_state_monitor(int en, unsigned int *status);
/trusted-firmware-a-latest/plat/mediatek/drivers/cirq/
Dmt_cirq.c334 uint32_t en; in __cirq_fast_clone() local
353 en = mt_irq_get_en(gic_id); in __cirq_fast_clone()
354 if (en == 1U) { in __cirq_fast_clone()
/trusted-firmware-a-latest/plat/mediatek/drivers/apusys/mt8188/
Dapusys_power.c87 static void apu_xpu2apusys_d4_slv_en(enum APU_D4_SLV_CTRL en) in apu_xpu2apusys_d4_slv_en() argument
89 switch (en) { in apu_xpu2apusys_d4_slv_en()
111 ERROR(MODULE_TAG "%s invalid op: %d\n", __func__, en); in apu_xpu2apusys_d4_slv_en()
/trusted-firmware-a-latest/plat/mediatek/mt8183/drivers/spm/
Dspm.c253 void spm_set_pcm_wdt(int en) in spm_set_pcm_wdt() argument
255 if (en) { in spm_set_pcm_wdt()
/trusted-firmware-a-latest/docs/threat_model/
Dindex.rst43 .. _STRIDE threat modeling technique: https://docs.microsoft.com/en-us/azure/security/develop/threa…
Dthreat_model.rst1103 .. _STRIDE threat analysis technique: https://docs.microsoft.com/en-us/azure/security/develop/threa…
1108 .. _Trusted Board Boot (TBB): https://trustedfirmware-a.readthedocs.io/en/latest/design/trusted-boa…
1109 .. _TF-A error handling policy: https://trustedfirmware-a.readthedocs.io/en/latest/process/coding-g…
1110 .. _Secure Development Guidelines: https://trustedfirmware-a.readthedocs.io/en/latest/process/secur…
/trusted-firmware-a-latest/docs/getting_started/
Ddocs-build.rst143 .. _Sphinx: http://www.sphinx-doc.org/en/master/
145 .. _pip homepage: https://pip.pypa.io/en/stable/
Dtools-build.rst179 .. _TFTF documentation: https://trustedfirmware-a-tests.readthedocs.io/en/latest/
/trusted-firmware-a-latest/docs/process/
Dcommit-style.rst149 .. _Conventional Commits: https://www.conventionalcommits.org/en/v1.0.0
153 .. _quick summary: https://www.conventionalcommits.org/en/v1.0.0/#summary
/trusted-firmware-a-latest/docs/components/
Drealm-management-extension.rst415 .. _TF-A Getting Started: https://trustedfirmware-a.readthedocs.io/en/latest/getting_started/index.…
416 .. _TF-A Tests: https://trustedfirmware-a-tests.readthedocs.io/en/latest
417 .. _TFTF Getting Started: https://trustedfirmware-a-tests.readthedocs.io/en/latest/getting_started/…
419 .. _RMM Getting Started: https://tf-rmm.readthedocs.io/en/latest/getting_started/index.html
/trusted-firmware-a-latest/docs/plat/st/
Dstm32mp1.rst217 .. _STM32MP1 Series: https://www.st.com/en/microcontrollers-microprocessors/stm32mp1-series.html
/trusted-firmware-a-latest/docs/plat/
Drz-g2.rst39 `boards info <https://www.renesas.com/us/en/products/rzg-linux-platform/rzg-marcketplace/board-solu…

12