Searched refs:SUN4M_SOFT_INT (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/sparc/kernel/ |
H A D | sun4m_irq.c | 155 SUN4M_SOFT_INT(2), SUN4M_SOFT_INT(3), 156 SUN4M_SOFT_INT(4), SUN4M_SOFT_INT(5), 157 SUN4M_SOFT_INT(6), SUN4M_SOFT_INT(7), 158 SUN4M_SOFT_INT(8), SUN4M_SOFT_INT(9), 159 SUN4M_SOFT_INT(10), SUN4M_SOFT_INT(11), 160 SUN4M_SOFT_INT(12), SUN4M_SOFT_INT(13), 161 SUN4M_SOFT_INT(14), SUN4M_SOFT_INT(15), 164 SUN4M_SOFT_INT(2), SUN4M_SOFT_INT(3), 165 SUN4M_SOFT_INT(4), SUN4M_SOFT_INT(5), 166 SUN4M_SOFT_INT(6), SUN4M_SOFT_INT(7), [all …]
|
H A D | irq.h | 14 #define SUN4M_SOFT_INT(x) (0x000010000 << (x)) macro
|
H A D | sun4m_smp.c | 141 sbus_writel(SUN4M_SOFT_INT(level), &sun4m_irq_percpu[cpu]->set); in sun4m_send_ipi()
|