Searched refs:bits (Results 1 – 19 of 19) sorted by relevance
| /libcpu/arm/cortex-r52/ |
| A D | interrupt.c | 224 int rt_hw_interrupt_set_prior_group_bits(unsigned int bits) in rt_hw_interrupt_set_prior_group_bits() argument 228 if (bits < 8) in rt_hw_interrupt_set_prior_group_bits() 230 arm_gic_set_binary_point(0, (7 - bits)); in rt_hw_interrupt_set_prior_group_bits()
|
| A D | interrupt.h | 47 int rt_hw_interrupt_set_prior_group_bits(unsigned int bits);
|
| A D | cp15_gcc.S | 65 mov r1, r0, lsr r2 @ extract cache type bits from clidr 66 and r1, r1, #7 @ mask of the bits for current cache only
|
| /libcpu/arm/cortex-a/ |
| A D | interrupt.c | 266 int rt_hw_interrupt_set_prior_group_bits(unsigned int bits) in rt_hw_interrupt_set_prior_group_bits() argument 270 if (bits < 8) in rt_hw_interrupt_set_prior_group_bits() 272 arm_gic_set_binary_point(0, (7 - bits)); in rt_hw_interrupt_set_prior_group_bits()
|
| A D | interrupt.h | 49 int rt_hw_interrupt_set_prior_group_bits(unsigned int bits);
|
| /libcpu/aarch64/common/include/ |
| A D | interrupt.h | 49 int rt_hw_interrupt_set_prior_group_bits(unsigned int bits);
|
| /libcpu/aarch64/common/ |
| A D | interrupt.c | 316 int rt_hw_interrupt_set_prior_group_bits(unsigned int bits) in rt_hw_interrupt_set_prior_group_bits() argument 320 if (bits < 8) in rt_hw_interrupt_set_prior_group_bits() 322 arm_gic_set_binary_point(0, (7 - bits)); in rt_hw_interrupt_set_prior_group_bits()
|
| /libcpu/arm/am335x/ |
| A D | start_iar.s | 14 ; Mode, correspords to bits 0-5 in CPSR 16 MODE_MSK DEFINE 0x1F ; Bit mask for mode bits in CPSR
|
| /libcpu/ti-dsp/c28x/ |
| A D | context.s | 346 CSB ACC ; T = no. of sign bits - 1 347 MOVU ACC, T ; ACC = no. of sign bits - 1
|
| /libcpu/v850/70f34/ |
| A D | context_iar.S | 95 mov 0x60, r17 ;Set both EIPC and ID bits
|
| A D | context_iar.asm | 95 mov 0x60, r17 ;Set both EIPC and ID bits
|
| /libcpu/arm/arm926/ |
| A D | start_iar.S | 131 LDR R1, =0x00003085 ; set clear bits
|
| A D | start_rvds.S | 121 LDR R1, =0x00003085 ; set clear bits
|
| /libcpu/arm/lpc214x/ |
| A D | start_rvds.S | 37 ; Standard definitions of Mode bits and Interrupt (I & F) flags in PSRs
|
| /libcpu/arm/AT91SAM7S/ |
| A D | start_rvds.S | 27 ; Standard definitions of Mode bits and Interrupt (I & F) flags in PSRs
|
| /libcpu/arm/s3c44b0/ |
| A D | start_rvds.S | 17 ; Standard definitions of Mode bits and Interrupt (I & F) flags in PSRs
|
| /libcpu/arm/AT91SAM7X/ |
| A D | start_rvds.S | 27 ; Standard definitions of Mode bits and Interrupt (I & F) flags in PSRs
|
| /libcpu/arm/s3c24x0/ |
| A D | start_rvds.S | 36 ; Standard definitions of Mode bits and Interrupt (I & F) flags in PSRs
|
| /libcpu/arm/lpc24xx/ |
| A D | start_rvds.S | 52 ; Standard definitions of Mode bits and Interrupt (I & F) flags in PSRs
|
Completed in 21 milliseconds