Searched refs:timer (Results 1 – 18 of 18) sorted by relevance
| /optee_os/core/arch/arm/dts/ |
| H A D | stm32mp151.dtsi | 47 timer { 48 compatible = "arm,armv7-timer"; 619 timers2: timer@40000000 { 641 timer@1 { 642 compatible = "st,stm32h7-timer-trigger"; 648 compatible = "st,stm32-timer-counter"; 653 timers3: timer@40001000 { 676 timer@2 { 677 compatible = "st,stm32h7-timer-trigger"; 683 compatible = "st,stm32-timer-counter"; [all …]
|
| H A D | at91-sama5d27_wlsom1_ek.dts | 193 atmel,wakeup-rtc-timer; 201 timer0: timer@0 { 202 compatible = "atmel,tcb-timer"; 206 timer1: timer@1 { 207 compatible = "atmel,tcb-timer";
|
| H A D | at91-sama5d27_som1_ek.dts | 90 tcb0: timer@f800c000 { 91 timer0: timer@0 { 92 compatible = "atmel,tcb-timer"; 96 timer1: timer@1 { 97 compatible = "atmel,tcb-timer"; 141 atmel,wakeup-rtc-timer;
|
| H A D | stm32mp131.dtsi | 653 timers12: timer@4c007000 { 665 compatible = "st,stm32-timer-counter"; 670 timers13: timer@4c008000 { 681 timers14: timer@4c009000 { 692 timers15: timer@4c00a000 { 704 compatible = "st,stm32-timer-counter"; 709 timers16: timer@4c00b000 { 720 timers17: timer@4c00c000 { 731 lptimer2: timer@50021000 { 743 lptimer3: timer@50022000 {
|
| H A D | at91-sama5d2_xplained.dts | 159 tcb0: timer@f800c000 { 160 timer0: timer@0 { 161 compatible = "atmel,tcb-timer"; 165 timer1: timer@1 { 166 compatible = "atmel,tcb-timer"; 350 atmel,wakeup-rtc-timer;
|
| H A D | stm32mp15xx-dkx.dtsi | 594 timer@0 { 609 timer@2 { 624 timer@3 { 639 timer@4 { 648 timer@5 { 663 timer@11 {
|
| H A D | stm32mp153.dtsi | 25 timer {
|
| H A D | stm32mp157c-ev1.dts | 307 timer@1 { 322 timer@7 { 337 timer@11 {
|
| H A D | at91-sama7g54_ek.dts | 897 timer0: timer@0 { 898 compatible = "atmel,tcb-timer"; 902 timer1: timer@1 { 903 compatible = "atmel,tcb-timer";
|
| H A D | sama7g5.dtsi | 356 atmel,wakeup-rtc-timer; 357 atmel,wakeup-rtt-timer; 406 tcb1: timer@e0800000 { 838 pit64b0: timer@e1800000 { 846 pit64b1: timer@e1804000 { 1109 tcb0: timer@e2814000 {
|
| H A D | sama5d2.dtsi | 401 tcb0: timer@f800c000 { 411 tcb1: timer@f8010000 { 700 atmel,wakeup-rtc-timer; 705 pit: timer@f8048030 {
|
| H A D | stm32mp15xx-dhcom-pdk2.dtsi | 275 timer@1 {
|
| H A D | fsl-lx2160a.dtsi | 395 timer { 396 compatible = "arm,armv8-timer"; 858 ftm_alarm0: timer@2800000 { 1259 ptp-timer@8b95000 {
|
| H A D | stm32mp157c-ed1.dts | 414 timer@5 {
|
| /optee_os/core/drivers/ |
| H A D | qcom_geni_uart.c | 26 uint64_t timer = timeout_init_us(GENI_TIMEOUT_US); in qcom_geni_uart_putc() local 29 if (timeout_elapsed(timer)) in qcom_geni_uart_putc()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | platform.c | 268 static mbedtls_time_t platform_time_uninit(mbedtls_time_t *timer) in platform_time_uninit() argument 270 ((void) timer); in platform_time_uninit() 277 mbedtls_time_t (*mbedtls_time)(mbedtls_time_t *timer) = MBEDTLS_PLATFORM_STD_TIME; 279 int mbedtls_platform_set_time(mbedtls_time_t (*time_func)(mbedtls_time_t *timer)) in mbedtls_platform_set_time() argument
|
| H A D | timing.c | 116 (void) mbedtls_timing_get_timer(&ctx->timer, 1); in mbedtls_timing_set_delay() 132 elapsed_ms = mbedtls_timing_get_timer(&ctx->timer, 0); in mbedtls_timing_get_delay()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | timing.h | 37 struct mbedtls_timing_hr_time MBEDTLS_PRIVATE(timer);
|