Searched refs:LOONGSON_IRQ_BASE (Results 1 – 5 of 5) sorted by relevance
21 LOONGSON_INTENSET = (1 << (d->irq - LOONGSON_IRQ_BASE)); in bonito_irq_enable()27 LOONGSON_INTENCLR = (1 << (d->irq - LOONGSON_IRQ_BASE)); in bonito_irq_disable()46 for (i = LOONGSON_IRQ_BASE; i < LOONGSON_IRQ_BASE + 32; i++) in bonito_irq_init()51 setup_irq(LOONGSON_IRQ_BASE + 10, &dma_timeout_irqaction); in bonito_irq_init()
34 do_IRQ(LOONGSON_IRQ_BASE + i); in bonito_irqdispatch()
62 virq + LOONGSON_IRQ_BASE); in pcibios_map_irq()64 return LOONGSON_IRQ_BASE + virq; in pcibios_map_irq()
39 irq = LOONGSON_IRQ_BASE + 25 + pin; in pcibios_map_irq()
63 #define LOONGSON_IRQ_BASE 32 macro