Searched refs:SUN4M_SOFT_INT (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/arch/sparc/kernel/ ! |
D | sun4m_irq.c | 116 #define SUN4M_SOFT_INT(x) (0x000010000 << (x)) macro 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), [all …]
|