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