Searched refs:mask (Results 1 – 13 of 13) 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
63 unsigned int mask ; in AT91F_AIC_ConfigureIt() local67 mask = 0x1 << irq_id ; in AT91F_AIC_ConfigureIt()69 pAic->AIC_IDCR = mask ; in AT91F_AIC_ConfigureIt()75 pAic->AIC_ICCR = mask ; in AT91F_AIC_ConfigureIt()100 unsigned int mask = 0x1 << irq_id; in AT91F_AIC_DisableIt() local102 pAic->AIC_IDCR = mask ; in AT91F_AIC_DisableIt()104 pAic->AIC_ICCR = mask ; in AT91F_AIC_DisableIt()
2692 unsigned int mask ; in AT91F_AIC_ConfigureIt() local2696 mask = 0x1 << irq_id ; in AT91F_AIC_ConfigureIt()2698 pAic->AIC_IDCR = mask ; in AT91F_AIC_ConfigureIt()2704 pAic->AIC_ICCR = mask ; in AT91F_AIC_ConfigureIt()2729 unsigned int mask = 0x1 << irq_id; in AT91F_AIC_DisableIt() local2731 pAic->AIC_IDCR = mask ; in AT91F_AIC_DisableIt()2733 pAic->AIC_ICCR = mask ; in AT91F_AIC_DisableIt()
2717 unsigned int mask ; \2719 mask = 0x1 << irq_id; \2721 AT91C_BASE_AIC->AIC_IDCR = mask ; \2727 AT91C_BASE_AIC->AIC_ICCR = mask ; \
102 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 */
1490 + Change the behaviour of the interrupt safe interrupt mask save and restore1492 mask value. The restore macro now uses the previous mask value. These2235 + Updated STR9 uIP port to manually set the net mask and gateway addresses.2404 + SAM7X EMAC drivers: Corrected the Rx frame length mask when obtaining2753 mask with the RX_DATA_BK1.