Searched refs:LOONGSON_IRQ_BASE (Results 1 – 5 of 5) sorted by relevance
17 LOONGSON_INTENSET = (1 << (d->irq - LOONGSON_IRQ_BASE)); in bonito_irq_enable()23 LOONGSON_INTENCLR = (1 << (d->irq - LOONGSON_IRQ_BASE)); in bonito_irq_disable()37 for (i = LOONGSON_IRQ_BASE; i < LOONGSON_IRQ_BASE + 32; i++) in bonito_irq_init()42 i = LOONGSON_IRQ_BASE + 10; in bonito_irq_init()
30 do_IRQ(LOONGSON_IRQ_BASE + i); in bonito_irqdispatch()
58 virq + LOONGSON_IRQ_BASE); in pcibios_map_irq()60 return LOONGSON_IRQ_BASE + virq; in pcibios_map_irq()
35 irq = LOONGSON_IRQ_BASE + 25 + pin; in pcibios_map_irq()
58 #define LOONGSON_IRQ_BASE 32 macro