Searched refs:SUN4M_SOFT_INT (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/arch/sparc/kernel/ |
D | sun4m_irq.c | 154 0, SUN4M_SOFT_INT(1), 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), 163 0, SUN4M_SOFT_INT(1), 164 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()
|