Home
last modified time | relevance | path

Searched refs:CMSDK_TIMER0_DEV_S (Results 1 – 22 of 22) sorted by relevance

/trusted-firmware-m-3.4.0/platform/ext/target/arm/mps2/an519/
Dplat_test.c19 if (!cmsdk_timer_is_initialized(&CMSDK_TIMER0_DEV_S)) { in tfm_plat_test_secure_timer_start()
20 cmsdk_timer_init(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start()
22 cmsdk_timer_set_reload_value(&CMSDK_TIMER0_DEV_S, TIMER_RELOAD_VALUE); in tfm_plat_test_secure_timer_start()
23 cmsdk_timer_enable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start()
24 cmsdk_timer_enable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start()
29 cmsdk_timer_disable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
30 cmsdk_timer_disable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
31 cmsdk_timer_clear_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
35 cmsdk_timer_clear_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_clear_intr()
/trusted-firmware-m-3.4.0/platform/ext/target/arm/mps2/an521/
Dplat_test.c19 if (!cmsdk_timer_is_initialized(&CMSDK_TIMER0_DEV_S)) { in tfm_plat_test_secure_timer_start()
20 cmsdk_timer_init(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start()
22 cmsdk_timer_set_reload_value(&CMSDK_TIMER0_DEV_S, TIMER_RELOAD_VALUE); in tfm_plat_test_secure_timer_start()
23 cmsdk_timer_enable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start()
24 cmsdk_timer_enable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start()
28 cmsdk_timer_clear_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_clear_intr()
33 cmsdk_timer_disable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
34 cmsdk_timer_disable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
35 cmsdk_timer_clear_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_s1/
Dplat_test.c17 if (!timer_cmsdk_is_initialized(&CMSDK_TIMER0_DEV_S)) { in tfm_plat_test_secure_timer_start()
18 timer_cmsdk_init(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start()
20 timer_cmsdk_set_reload_value(&CMSDK_TIMER0_DEV_S, TIMER_RELOAD_VALUE); in tfm_plat_test_secure_timer_start()
21 timer_cmsdk_enable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start()
22 timer_cmsdk_enable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start()
27 timer_cmsdk_disable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
28 timer_cmsdk_disable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
29 timer_cmsdk_clear_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_b1/
Dplat_test.c17 if (!timer_cmsdk_is_initialized(&CMSDK_TIMER0_DEV_S)) { in tfm_plat_test_secure_timer_start()
18 timer_cmsdk_init(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start()
20 timer_cmsdk_set_reload_value(&CMSDK_TIMER0_DEV_S, TIMER_RELOAD_VALUE); in tfm_plat_test_secure_timer_start()
21 timer_cmsdk_enable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start()
22 timer_cmsdk_enable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start()
27 timer_cmsdk_disable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
28 timer_cmsdk_disable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
29 timer_cmsdk_clear_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
/trusted-firmware-m-3.4.0/platform/ext/target/arm/mps3/an524/
Dplat_test.c17 if (!timer_cmsdk_is_initialized(&CMSDK_TIMER0_DEV_S)) { in tfm_plat_test_secure_timer_start()
18 timer_cmsdk_init(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start()
20 timer_cmsdk_set_reload_value(&CMSDK_TIMER0_DEV_S, TIMER_RELOAD_VALUE); in tfm_plat_test_secure_timer_start()
21 timer_cmsdk_enable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start()
22 timer_cmsdk_enable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start()
27 timer_cmsdk_disable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
28 timer_cmsdk_disable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
29 timer_cmsdk_clear_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2354/
Dplat_test.c36 if (!timer_cmsdk_is_initialized(&CMSDK_TIMER0_DEV_S)) { in tfm_plat_test_secure_timer_start()
37 timer_cmsdk_init(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start()
39 timer_cmsdk_set_reload_value(&CMSDK_TIMER0_DEV_S, TIMER_RELOAD_VALUE); in tfm_plat_test_secure_timer_start()
40 timer_cmsdk_enable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start()
41 timer_cmsdk_enable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start()
46 timer_cmsdk_disable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
47 timer_cmsdk_disable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
48 timer_cmsdk_clear_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2351/
Dplat_test.c36 if (!timer_cmsdk_is_initialized(&CMSDK_TIMER0_DEV_S)) { in tfm_plat_test_secure_timer_start()
37 timer_cmsdk_init(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start()
39 timer_cmsdk_set_reload_value(&CMSDK_TIMER0_DEV_S, TIMER_RELOAD_VALUE); in tfm_plat_test_secure_timer_start()
40 timer_cmsdk_enable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start()
41 timer_cmsdk_enable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start()
46 timer_cmsdk_disable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
47 timer_cmsdk_disable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
48 timer_cmsdk_clear_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2354/device/include/
Ddevice_definition.h66 extern struct timer_cmsdk_dev_t CMSDK_TIMER0_DEV_S;
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2351/device/include/
Ddevice_definition.h66 extern struct timer_cmsdk_dev_t CMSDK_TIMER0_DEV_S;
/trusted-firmware-m-3.4.0/platform/ext/target/cypress/psoc64/Device/Include/
Ddevice_definition.h42 extern struct timer_cmsdk_dev_t CMSDK_TIMER0_DEV_S;
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2354/device/source/
Ddevice_definition.c45 struct timer_cmsdk_dev_t CMSDK_TIMER0_DEV_S = {&(CMSDK_TIMER0_DEV_CFG_S), variable
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2351/device/source/
Ddevice_definition.c45 struct timer_cmsdk_dev_t CMSDK_TIMER0_DEV_S = {&(CMSDK_TIMER0_DEV_CFG_S), variable
/trusted-firmware-m-3.4.0/platform/ext/target/arm/mps2/an519/retarget/
Dplatform_retarget_dev.h139 extern struct cmsdk_timer_dev_t CMSDK_TIMER0_DEV_S;
Dplatform_retarget_dev.c319 struct cmsdk_timer_dev_t CMSDK_TIMER0_DEV_S
/trusted-firmware-m-3.4.0/platform/ext/target/arm/mps2/an521/retarget/
Dplatform_retarget_dev.h121 extern struct cmsdk_timer_dev_t CMSDK_TIMER0_DEV_S;
Dplatform_retarget_dev.c319 struct cmsdk_timer_dev_t CMSDK_TIMER0_DEV_S
/trusted-firmware-m-3.4.0/platform/ext/target/arm/mps3/an524/device/include/
Ddevice_definition.h130 extern struct timer_cmsdk_dev_t CMSDK_TIMER0_DEV_S;
/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_b1/Device/Include/
Ddevice_definition.h142 extern struct timer_cmsdk_dev_t CMSDK_TIMER0_DEV_S;
/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_s1/Device/Include/
Ddevice_definition.h144 extern struct timer_cmsdk_dev_t CMSDK_TIMER0_DEV_S;
/trusted-firmware-m-3.4.0/platform/ext/target/arm/mps3/an524/device/source/
Ddevice_definition.c360 struct timer_cmsdk_dev_t CMSDK_TIMER0_DEV_S
/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_b1/Device/Source/
Ddevice_definition.c377 struct timer_cmsdk_dev_t CMSDK_TIMER0_DEV_S
/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_s1/Device/Source/
Ddevice_definition.c315 struct timer_cmsdk_dev_t CMSDK_TIMER0_DEV_S = {&(CMSDK_TIMER0_DEV_CFG_S), variable