Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sparc/kernel/
Dsun4c_irq.c57 #define SUN4C_INT_E8 0x10 /* Enable level 8 IRQ. */ macro
81 new_mask = ((current_mask) & (~(SUN4C_INT_E8))); in sun4c_disable_irq()
110 new_mask = ((current_mask) | SUN4C_INT_E8); in sun4c_enable_irq()