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