Searched refs:timer (Results 1 – 14 of 14) sorted by relevance
/optee_os-3.20.0/core/arch/arm/dts/ |
A D | stm32mp151.dtsi | 46 timer { 146 timer@1 { 180 timer@2 { 212 timer@3 { 246 timer@4 { 269 timer@5 { 287 timer@6 { 309 timer@11 { 331 timer@12 { 353 timer@13 { [all …]
|
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;
|
A D | stm32mp153.dtsi | 25 timer {
|
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;
|
A D | stm32mp15xx-dkx.dtsi | 580 timer@0 { 595 timer@2 { 610 timer@3 { 625 timer@4 { 634 timer@5 { 649 timer@11 {
|
A D | stm32mp157c-ev1.dts | 307 timer@1 { 322 timer@7 { 337 timer@11 {
|
A D | sama5d2.dtsi | 392 tcb0: timer@f800c000 { 402 tcb1: timer@f8010000 { 691 atmel,wakeup-rtc-timer; 696 pit: timer@f8048030 {
|
A D | stm32mp15xx-dhcom-pdk2.dtsi | 275 timer@1 {
|
A D | fsl-lx2160a.dtsi | 395 timer { 396 compatible = "arm,armv8-timer"; 852 ftm_alarm0: timer@2800000 { 1253 ptp-timer@8b95000 {
|
A D | stm32mp157c-ed1.dts | 389 timer@5 {
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | platform.c | 258 static mbedtls_time_t platform_time_uninit( mbedtls_time_t* timer ) in platform_time_uninit() argument 260 ((void) timer); in platform_time_uninit() 267 mbedtls_time_t (*mbedtls_time)( mbedtls_time_t* timer ) = MBEDTLS_PLATFORM_STD_TIME; 269 int mbedtls_platform_set_time( mbedtls_time_t (*time_func)( mbedtls_time_t* timer ) ) in mbedtls_platform_set_time() argument
|
A D | entropy_poll.c | 238 unsigned long timer = mbedtls_timing_hardclock(); in mbedtls_hardclock_poll() local 245 memcpy( output, &timer, sizeof(unsigned long) ); in mbedtls_hardclock_poll()
|
A D | timing.c | 342 (void) mbedtls_timing_get_timer( &ctx->timer, 1 ); in mbedtls_timing_set_delay() 356 elapsed_ms = mbedtls_timing_get_timer( &ctx->timer, 0 ); in mbedtls_timing_get_delay() 399 mbedtls_timing_get_timer( &ctx.timer, 0 ), \
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | timing.h | 54 struct mbedtls_timing_hr_time timer; member
|
Completed in 16 milliseconds