Home
last modified time | relevance | path

Searched refs:mask (Results 1 – 14 of 14) sorted by relevance

/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/
Dxtensa_api.h89 extern unsigned int xt_ints_on(unsigned int mask);
101 extern unsigned int xt_ints_off(unsigned int mask);
Dxtensa_vectors.S158 .macro dispatch_c_isr level mask
165 movi a4, \mask
210 movi a3, \mask /* a3 = all interrupts at this level */
Dreadme_xtensa.txt619 clears its bit from the mask. This interrupt cannot be hooked by the
/Kernel-v11.1.0/portable/IAR/AtmelSAM7S64/
Dlib_AT91SAM7X128.h62 unsigned int mask; in AT91F_AIC_ConfigureIt() local
66 mask = 0x1 << irq_id; in AT91F_AIC_ConfigureIt()
68 pAic->AIC_IDCR = mask; in AT91F_AIC_ConfigureIt()
74 pAic->AIC_ICCR = mask; in AT91F_AIC_ConfigureIt()
97 unsigned int mask = 0x1 << irq_id; in AT91F_AIC_DisableIt() local
100 pAic->AIC_IDCR = mask; in AT91F_AIC_DisableIt()
102 pAic->AIC_ICCR = mask; in AT91F_AIC_DisableIt()
Dlib_AT91SAM7X256.h62 unsigned int mask; in AT91F_AIC_ConfigureIt() local
66 mask = 0x1 << irq_id; in AT91F_AIC_ConfigureIt()
68 pAic->AIC_IDCR = mask; in AT91F_AIC_ConfigureIt()
74 pAic->AIC_ICCR = mask; in AT91F_AIC_ConfigureIt()
97 unsigned int mask = 0x1 << irq_id; in AT91F_AIC_DisableIt() local
100 pAic->AIC_IDCR = mask; in AT91F_AIC_DisableIt()
102 pAic->AIC_ICCR = mask; in AT91F_AIC_DisableIt()
Dlib_AT91SAM7S64.h2543 unsigned int mask; in AT91F_AIC_ConfigureIt() local
2547 mask = 0x1 << irq_id; in AT91F_AIC_ConfigureIt()
2549 pAic->AIC_IDCR = mask; in AT91F_AIC_ConfigureIt()
2555 pAic->AIC_ICCR = mask; in AT91F_AIC_ConfigureIt()
2578 unsigned int mask = 0x1 << irq_id; in AT91F_AIC_DisableIt() local
2581 pAic->AIC_IDCR = mask; in AT91F_AIC_DisableIt()
2583 pAic->AIC_ICCR = mask; in AT91F_AIC_DisableIt()
/Kernel-v11.1.0/portable/GCC/ARM7_AT91SAM7S/
Dlib_AT91SAM7X256.h62 unsigned int mask; in AT91F_AIC_ConfigureIt() local
66 mask = 0x1 << irq_id; in AT91F_AIC_ConfigureIt()
68 pAic->AIC_IDCR = mask; in AT91F_AIC_ConfigureIt()
74 pAic->AIC_ICCR = mask; in AT91F_AIC_ConfigureIt()
97 unsigned int mask = 0x1 << irq_id; in AT91F_AIC_DisableIt() local
100 pAic->AIC_IDCR = mask; in AT91F_AIC_DisableIt()
102 pAic->AIC_ICCR = mask; in AT91F_AIC_DisableIt()
DAT91SAM7X256.h2745 unsigned int mask; \
2747 mask = 0x1 << irq_id; \
2749 AT91C_BASE_AIC->AIC_IDCR = mask; \
2755 AT91C_BASE_AIC->AIC_ICCR = mask; \
/Kernel-v11.1.0/portable/GCC/CORTUS_APS3/
Dport.c104 counter1->mask = 1; in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/IAR/ARM_CA9/
DportASM.h97 ; Ensure the priority mask is correct for the critical nesting depth
/Kernel-v11.1.0/portable/RVDS/ARM_CA9/
Dportmacro.inc104 ; Ensure the priority mask is correct for the critical nesting depth
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/
Dxtensa_vectors.S216 .macro dispatch_c_isr level mask
229 movi a4, \mask
293 movi a3, \mask /* a3 = all interrupts at this level */
/Kernel-v11.1.0/
DMISRA.md26 - `taskENTER_CRITICAL_FROM_ISR` returns the interrupt mask and not any error
DHistory.txt31 affinity mask for tasks created without an affinity mask. We thank @go2sh
1659 + Change the behaviour of the interrupt safe interrupt mask save and restore
1661 mask value. The restore macro now uses the previous mask value. These
2404 + Updated STR9 uIP port to manually set the net mask and gateway addresses.
2573 + SAM7X EMAC drivers: Corrected the Rx frame length mask when obtaining
2922 mask with the RX_DATA_BK1.