Home
last modified time | relevance | path

Searched refs:IRQ_SA1111_START (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/pcmcia/
Dsa1111_generic.h12 #define SA1111_IRQMASK_LO(x) (1 << (x - IRQ_SA1111_START))
13 #define SA1111_IRQMASK_HI(x) (1 << (x - IRQ_SA1111_START - 32))
/linux-2.4.37.9/arch/arm/mach-sa1100/
Dsa1111.c61 for (i = IRQ_SA1111_START; stat0; i++, stat0 >>= 1) in sa1111_IRQ_demux()
65 for (i = IRQ_SA1111_START + 32; stat1; i++, stat1 >>= 1) in sa1111_IRQ_demux()
71 #define SA1111_IRQMASK_LO(x) (1 << (x - IRQ_SA1111_START))
72 #define SA1111_IRQMASK_HI(x) (1 << (x - IRQ_SA1111_START - 32))
/linux-2.4.37.9/include/asm-arm/arch-sa1100/
Dirqs.h77 #define IRQ_SA1111_START (IRQ_BOARD_END) macro