Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sparc/kernel/
Dsun4c_irq.c60 #define SUN4C_INT_E1 0x02 /* Enable level 1 IRQ. */ macro
78 new_mask = ((current_mask) & (~(SUN4C_INT_E1))); in sun4c_disable_irq()
107 new_mask = ((current_mask) | SUN4C_INT_E1); in sun4c_enable_irq()