Home
last modified time | relevance | path

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

12

/arm-trusted-firmware-2.8.0/plat/mediatek/mt8183/drivers/pmic/
A 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()
A Dpmic.h25 void bcpu_enable(uint32_t en);
26 void bcpu_sram_enable(uint32_t en);
/arm-trusted-firmware-2.8.0/plat/mediatek/drivers/iommu/
A Dmtk_iommu_smc.c17 #define MMU_EN(en) ((!!(en)) << 0) argument
19 #define SEC_EN(en) ((!!(en)) << 1) argument
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8183/drivers/gpio/
A 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()
/arm-trusted-firmware-2.8.0/lib/libfdt/
A 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()
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8195/drivers/spm/
A 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()
A 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);
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8192/drivers/spm/
A 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()
A 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);
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8186/drivers/spm/
A 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()
A 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);
/arm-trusted-firmware-2.8.0/plat/mediatek/drivers/cirq/
A 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()
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8183/drivers/spm/
A Dspm.c253 void spm_set_pcm_wdt(int en) in spm_set_pcm_wdt() argument
255 if (en) { in spm_set_pcm_wdt()
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Ddocs-build.rst108 .. _Sphinx: http://www.sphinx-doc.org/en/master/
109 .. _pip homepage: https://pip.pypa.io/en/stable/
A Dtools-build.rst179 .. _TFTF documentation: https://trustedfirmware-a-tests.readthedocs.io/en/latest/
/arm-trusted-firmware-2.8.0/docs/process/
A 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
/arm-trusted-firmware-2.8.0/docs/components/
A Drealm-management-extension.rst387 .. _TF-A Getting Started: https://trustedfirmware-a.readthedocs.io/en/latest/getting_started/index.…
388 .. _TF-A Tests: https://trustedfirmware-a-tests.readthedocs.io/en/latest
389 .. _TFTF Getting Started: https://trustedfirmware-a-tests.readthedocs.io/en/latest/getting_started/…
A Del3-spmc.rst581 [6] https://trustedfirmware-a.readthedocs.io/en/latest/components/ffa-manifest-binding.html
593 [9] https://trustedfirmware-a.readthedocs.io/en/latest/design/firmware-design.html#dynamic-configur…
/arm-trusted-firmware-2.8.0/docs/plat/
A Dqti-msm8916.rst115 .. _U-Boot for DragonBoard 410c: https://u-boot.readthedocs.io/en/latest/board/qualcomm/dragonboard…
A Dqemu.rst171 .. _manual job: https://tf-ci-users-guide.readthedocs.io/en/latest/#manual-job-trigger
A Drz-g2.rst39 `boards info <https://www.renesas.com/us/en/products/rzg-linux-platform/rzg-marcketplace/board-solu…
A Dstm32mp1.rst279 .. _STM32MP1 Series: https://www.st.com/en/microcontrollers-microprocessors/stm32mp1-series.html
/arm-trusted-firmware-2.8.0/docs/threat_model/
A Dthreat_model.rst888 .. _STRIDE threat analysis technique: https://docs.microsoft.com/en-us/azure/security/develop/threa…
893 .. _Trusted Board Boot (TBB): https://trustedfirmware-a.readthedocs.io/en/latest/design/trusted-boa…
894 .. _TF-A error handling policy: https://trustedfirmware-a.readthedocs.io/en/latest/process/coding-g…
895 .. _Secure Development Guidelines: https://trustedfirmware-a.readthedocs.io/en/latest/process/secur…
/arm-trusted-firmware-2.8.0/docs/plat/arm/juno/
A Dindex.rst251 .. _Juno Getting Started Guide: https://developer.arm.com/documentation/den0928/f/?lang=en
/arm-trusted-firmware-2.8.0/
A Dchangelog.yaml82 # Please note that new scopes should be kebab-case: https://en.wiktionary.org/wiki/kebab_case

Completed in 61 milliseconds

12