Searched refs:mask (Results 1 – 14 of 14) sorted by relevance
89 extern unsigned int xt_ints_on(unsigned int mask);101 extern unsigned int xt_ints_off(unsigned int mask);
158 .macro dispatch_c_isr level mask165 movi a4, \mask210 movi a3, \mask /* a3 = all interrupts at this level */
619 clears its bit from the mask. This interrupt cannot be hooked by the
62 unsigned int mask; in AT91F_AIC_ConfigureIt() local66 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() local100 pAic->AIC_IDCR = mask; in AT91F_AIC_DisableIt()102 pAic->AIC_ICCR = mask; in AT91F_AIC_DisableIt()
2543 unsigned int mask; in AT91F_AIC_ConfigureIt() local2547 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() local2581 pAic->AIC_IDCR = mask; in AT91F_AIC_DisableIt()2583 pAic->AIC_ICCR = mask; in AT91F_AIC_DisableIt()
2745 unsigned int mask; \2747 mask = 0x1 << irq_id; \2749 AT91C_BASE_AIC->AIC_IDCR = mask; \2755 AT91C_BASE_AIC->AIC_ICCR = mask; \
104 counter1->mask = 1; in prvSetupTimerInterrupt()
97 ; Ensure the priority mask is correct for the critical nesting depth
104 ; Ensure the priority mask is correct for the critical nesting depth
216 .macro dispatch_c_isr level mask229 movi a4, \mask293 movi a3, \mask /* a3 = all interrupts at this level */
26 - `taskENTER_CRITICAL_FROM_ISR` returns the interrupt mask and not any error
31 affinity mask for tasks created without an affinity mask. We thank @go2sh1659 + Change the behaviour of the interrupt safe interrupt mask save and restore1661 mask value. The restore macro now uses the previous mask value. These2404 + Updated STR9 uIP port to manually set the net mask and gateway addresses.2573 + SAM7X EMAC drivers: Corrected the Rx frame length mask when obtaining2922 mask with the RX_DATA_BK1.