Go to the documentation of this file.
12 #define SUN4M_HARD_INT(x) (0x000000001 << (x))
13 #define SUN4M_SOFT_INT(x) (0x000010000 << (x))
15 #define SUN4D_MAX_BOARD 10
16 #define SUN4D_MAX_IRQ ((SUN4D_MAX_BOARD + 2) << 5)
47 #define FEAT_L10_CLOCKSOURCE (1 << 0)
48 #define FEAT_L10_CLOCKEVENT (1 << 1)
49 #define FEAT_L14_ONESHOT (1 << 2)
59 unsigned int real_irq);
78 unsigned int irq_alloc(
unsigned int real_irq,
unsigned int pil);
88 #define SUN4D_IPI_IRQ 13