Home
last modified time | relevance | path

Searched refs:value (Results 1 – 25 of 657) sorted by relevance

12345678910>>...27

/ThreadX-v6.3.0/ports/cortex_a5x/ac6/example_build/sample_threadx/
Darmv8_aarch64_SystemTimer.h48 void setEL1Ctrl(unsigned int value);
63 void setEL2Ctrl(unsigned int value);
75 void setNSEL1PhysicalCompValue(unsigned long long value);
82 void setNSEL1PhysicalTimerValue(unsigned int value);
93 void setNSEL1PhysicalTimerCtrl(unsigned int value);
105 void setSEL1PhysicalCompValue(unsigned long long value);
112 void setSEL1PhysicalTimerValue(unsigned int value);
123 void setSEL1PhysicalTimerCtrl(unsigned int value);
146 void setEL1VirtualCompValue(unsigned long long value);
153 void setEL1VirtualTimerValue(unsigned int value);
[all …]
/ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/src/
Dtx_thread_stack_build.a6489 x28 Initial value for x28
91 x26 Initial value for x26
92 x27 Initial value for x27
93 x24 Initial value for x24
94 x25 Initial value for x25
95 x22 Initial value for x22
96 x23 Initial value for x23
97 x20 Initial value for x20
98 x21 Initial value for x21
99 x18 Initial value for x18
[all …]
/ThreadX-v6.3.0/ports_smp/cortex_a53_smp/ac6/example_build/sample_threadx/
Dtimer_interrupts.c25 static int value = 1; in nudge_leds() local
30 value <<= 1; in nudge_leds()
31 if (value == max) in nudge_leds()
36 value >>= 1; in nudge_leds()
37 if (value == 1) in nudge_leds()
41 *LED_BASE = value; // Update LEDs hardware in nudge_leds()
/ThreadX-v6.3.0/ports_smp/cortex_a78_smp/gnu/example_build/sample_threadx/
Dtimer_interrupts.c25 static int value = 1; in nudge_leds() local
30 value <<= 1; in nudge_leds()
31 if (value == max) in nudge_leds()
36 value >>= 1; in nudge_leds()
37 if (value == 1) in nudge_leds()
41 *LED_BASE = value; // Update LEDs hardware in nudge_leds()
/ThreadX-v6.3.0/ports_smp/cortex_a35_smp/ac6/example_build/sample_threadx/
Dtimer_interrupts.c25 static int value = 1; in nudge_leds() local
30 value <<= 1; in nudge_leds()
31 if (value == max) in nudge_leds()
36 value >>= 1; in nudge_leds()
37 if (value == 1) in nudge_leds()
41 *LED_BASE = value; // Update LEDs hardware in nudge_leds()
/ThreadX-v6.3.0/ports_smp/cortex_a35_smp/gnu/example_build/sample_threadx/
Dtimer_interrupts.c25 static int value = 1; in nudge_leds() local
30 value <<= 1; in nudge_leds()
31 if (value == max) in nudge_leds()
36 value >>= 1; in nudge_leds()
37 if (value == 1) in nudge_leds()
41 *LED_BASE = value; // Update LEDs hardware in nudge_leds()
/ThreadX-v6.3.0/ports_smp/cortex_a75_smp/ac6/example_build/sample_threadx/
Dtimer_interrupts.c25 static int value = 1; in nudge_leds() local
30 value <<= 1; in nudge_leds()
31 if (value == max) in nudge_leds()
36 value >>= 1; in nudge_leds()
37 if (value == 1) in nudge_leds()
41 *LED_BASE = value; // Update LEDs hardware in nudge_leds()
/ThreadX-v6.3.0/ports_smp/cortex_a75_smp/gnu/example_build/sample_threadx/
Dtimer_interrupts.c25 static int value = 1; in nudge_leds() local
30 value <<= 1; in nudge_leds()
31 if (value == max) in nudge_leds()
36 value >>= 1; in nudge_leds()
37 if (value == 1) in nudge_leds()
41 *LED_BASE = value; // Update LEDs hardware in nudge_leds()
/ThreadX-v6.3.0/ports_module/cortex_a35_smp/ac6/example_build/sample_threadx/
Dtimer_interrupts.c25 static int value = 1; in nudge_leds() local
30 value <<= 1; in nudge_leds()
31 if (value == max) in nudge_leds()
36 value >>= 1; in nudge_leds()
37 if (value == 1) in nudge_leds()
41 *LED_BASE = value; // Update LEDs hardware in nudge_leds()
/ThreadX-v6.3.0/ports_module/cortex_a35_smp/ac6/example_build/sample_threadx_module_manager/
Dtimer_interrupts.c25 static int value = 1; in nudge_leds() local
30 value <<= 1; in nudge_leds()
31 if (value == max) in nudge_leds()
36 value >>= 1; in nudge_leds()
37 if (value == 1) in nudge_leds()
41 *LED_BASE = value; // Update LEDs hardware in nudge_leds()
/ThreadX-v6.3.0/ports/cortex_a75/gnu/example_build/sample_threadx/
Dtimer_interrupts.c25 static int value = 1; in nudge_leds() local
30 value <<= 1; in nudge_leds()
31 if (value == max) in nudge_leds()
36 value >>= 1; in nudge_leds()
37 if (value == 1) in nudge_leds()
41 *LED_BASE = value; // Update LEDs hardware in nudge_leds()
/ThreadX-v6.3.0/ports/cortex_a76/ac6/example_build/sample_threadx/
Dtimer_interrupts.c25 static int value = 1; in nudge_leds() local
30 value <<= 1; in nudge_leds()
31 if (value == max) in nudge_leds()
36 value >>= 1; in nudge_leds()
37 if (value == 1) in nudge_leds()
41 *LED_BASE = value; // Update LEDs hardware in nudge_leds()
/ThreadX-v6.3.0/ports_smp/cortex_a53_smp/gnu/example_build/sample_threadx/
Dtimer_interrupts.c25 static int value = 1; in nudge_leds() local
30 value <<= 1; in nudge_leds()
31 if (value == max) in nudge_leds()
36 value >>= 1; in nudge_leds()
37 if (value == 1) in nudge_leds()
41 *LED_BASE = value; // Update LEDs hardware in nudge_leds()
/ThreadX-v6.3.0/ports/cortex_a76ae/ac6/example_build/sample_threadx/
Dtimer_interrupts.c25 static int value = 1; in nudge_leds() local
30 value <<= 1; in nudge_leds()
31 if (value == max) in nudge_leds()
36 value >>= 1; in nudge_leds()
37 if (value == 1) in nudge_leds()
41 *LED_BASE = value; // Update LEDs hardware in nudge_leds()
/ThreadX-v6.3.0/ports/cortex_a76ae/gnu/example_build/sample_threadx/
Dtimer_interrupts.c25 static int value = 1; in nudge_leds() local
30 value <<= 1; in nudge_leds()
31 if (value == max) in nudge_leds()
36 value >>= 1; in nudge_leds()
37 if (value == 1) in nudge_leds()
41 *LED_BASE = value; // Update LEDs hardware in nudge_leds()
/ThreadX-v6.3.0/ports/cortex_a77/ac6/example_build/sample_threadx/
Dtimer_interrupts.c25 static int value = 1; in nudge_leds() local
30 value <<= 1; in nudge_leds()
31 if (value == max) in nudge_leds()
36 value >>= 1; in nudge_leds()
37 if (value == 1) in nudge_leds()
41 *LED_BASE = value; // Update LEDs hardware in nudge_leds()
/ThreadX-v6.3.0/ports/cortex_a77/gnu/example_build/sample_threadx/
Dtimer_interrupts.c25 static int value = 1; in nudge_leds() local
30 value <<= 1; in nudge_leds()
31 if (value == max) in nudge_leds()
36 value >>= 1; in nudge_leds()
37 if (value == 1) in nudge_leds()
41 *LED_BASE = value; // Update LEDs hardware in nudge_leds()
/ThreadX-v6.3.0/ports/cortex_a76/gnu/example_build/sample_threadx/
Dtimer_interrupts.c25 static int value = 1; in nudge_leds() local
30 value <<= 1; in nudge_leds()
31 if (value == max) in nudge_leds()
36 value >>= 1; in nudge_leds()
37 if (value == 1) in nudge_leds()
41 *LED_BASE = value; // Update LEDs hardware in nudge_leds()
/ThreadX-v6.3.0/ports_smp/cortex_a55_smp/ac6/example_build/sample_threadx/
Dtimer_interrupts.c25 static int value = 1; in nudge_leds() local
30 value <<= 1; in nudge_leds()
31 if (value == max) in nudge_leds()
36 value >>= 1; in nudge_leds()
37 if (value == 1) in nudge_leds()
41 *LED_BASE = value; // Update LEDs hardware in nudge_leds()
/ThreadX-v6.3.0/ports_smp/cortex_a55_smp/gnu/example_build/sample_threadx/
Dtimer_interrupts.c25 static int value = 1; in nudge_leds() local
30 value <<= 1; in nudge_leds()
31 if (value == max) in nudge_leds()
36 value >>= 1; in nudge_leds()
37 if (value == 1) in nudge_leds()
41 *LED_BASE = value; // Update LEDs hardware in nudge_leds()
/ThreadX-v6.3.0/ports_smp/cortex_a57_smp/ac6/example_build/sample_threadx/
Dtimer_interrupts.c25 static int value = 1; in nudge_leds() local
30 value <<= 1; in nudge_leds()
31 if (value == max) in nudge_leds()
36 value >>= 1; in nudge_leds()
37 if (value == 1) in nudge_leds()
41 *LED_BASE = value; // Update LEDs hardware in nudge_leds()
/ThreadX-v6.3.0/ports_smp/cortex_a57_smp/gnu/example_build/sample_threadx/
Dtimer_interrupts.c25 static int value = 1; in nudge_leds() local
30 value <<= 1; in nudge_leds()
31 if (value == max) in nudge_leds()
36 value >>= 1; in nudge_leds()
37 if (value == 1) in nudge_leds()
41 *LED_BASE = value; // Update LEDs hardware in nudge_leds()
/ThreadX-v6.3.0/ports_smp/cortex_a77_smp/gnu/example_build/sample_threadx/
Dtimer_interrupts.c25 static int value = 1; in nudge_leds() local
30 value <<= 1; in nudge_leds()
31 if (value == max) in nudge_leds()
36 value >>= 1; in nudge_leds()
37 if (value == 1) in nudge_leds()
41 *LED_BASE = value; // Update LEDs hardware in nudge_leds()
/ThreadX-v6.3.0/ports_smp/cortex_a34_smp/ac6/example_build/sample_threadx/
Dtimer_interrupts.c25 static int value = 1; in nudge_leds() local
30 value <<= 1; in nudge_leds()
31 if (value == max) in nudge_leds()
36 value >>= 1; in nudge_leds()
37 if (value == 1) in nudge_leds()
41 *LED_BASE = value; // Update LEDs hardware in nudge_leds()
/ThreadX-v6.3.0/ports_smp/cortex_a78_smp/ac6/example_build/sample_threadx/
Dtimer_interrupts.c25 static int value = 1; in nudge_leds() local
30 value <<= 1; in nudge_leds()
31 if (value == max) in nudge_leds()
36 value >>= 1; in nudge_leds()
37 if (value == 1) in nudge_leds()
41 *LED_BASE = value; // Update LEDs hardware in nudge_leds()

12345678910>>...27