Home
last modified time | relevance | path

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

/arch/sparc/kernel/
Dsun4c_irq.c48 #define SUN4C_INT_E8 0x10 /* Enable level 8 IRQ. */ macro
77 new_mask = ((current_mask) & (~(SUN4C_INT_E8))); in sun4c_disable_irq()
106 new_mask = ((current_mask) | SUN4C_INT_E8); in sun4c_enable_irq()