Searched refs:new_mask (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dsun4c_irq.c53 unsigned char current_mask, new_mask; local
60 new_mask = ((current_mask) & (~(SUN4C_INT_E1)));
63 new_mask = ((current_mask) & (~(SUN4C_INT_E8)));
66 new_mask = ((current_mask) & (~(SUN4C_INT_E10)));
69 new_mask = ((current_mask) & (~(SUN4C_INT_E14)));
75 *interrupt_enable = new_mask;
82 unsigned char current_mask, new_mask; local
89 new_mask = ((current_mask) | SUN4C_INT_E1);
92 new_mask = ((current_mask) | SUN4C_INT_E8);
95 new_mask
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Ddnotify.c32 unsigned long new_mask; local
35 new_mask = 0;
37 new_mask |= dn->dn_mask & ~DN_MULTISHOT;
38 inode->i_dnotify_mask = new_mask;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/common/
H A Dirq.c328 unsigned long flags, new_mask; local
340 new_mask = au_readl(IC1_MASKSET);
342 new_mask = au_readl(IC0_MASKSET);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dirq.c1313 unsigned long new_mask = 0UL; local
1320 new_mask |= (1UL << logical);
1324 return new_mask;
1329 unsigned long new_mask = 0UL; local
1336 new_mask |= (1UL << hw);
1340 return new_mask;

Completed in 56 milliseconds