A_BCM1480_IMR_MAPPER  362 arch/mips/include/asm/sibyte/bcm1480_regs.h #define A_BCM1480_IMR_REGISTER(cpu, reg) (A_BCM1480_IMR_MAPPER(cpu)+(reg))
A_BCM1480_IMR_MAPPER   53 arch/mips/sibyte/bcm1480/irq.c 	cur_ints = ____raw_readq(IOADDR(A_BCM1480_IMR_MAPPER(cpu) + R_BCM1480_IMR_INTERRUPT_MASK_H + hl_spacing));
A_BCM1480_IMR_MAPPER   55 arch/mips/sibyte/bcm1480/irq.c 	____raw_writeq(cur_ints, IOADDR(A_BCM1480_IMR_MAPPER(cpu) + R_BCM1480_IMR_INTERRUPT_MASK_H + hl_spacing));
A_BCM1480_IMR_MAPPER   70 arch/mips/sibyte/bcm1480/irq.c 	cur_ints = ____raw_readq(IOADDR(A_BCM1480_IMR_MAPPER(cpu) + R_BCM1480_IMR_INTERRUPT_MASK_H + hl_spacing));
A_BCM1480_IMR_MAPPER   72 arch/mips/sibyte/bcm1480/irq.c 	____raw_writeq(cur_ints, IOADDR(A_BCM1480_IMR_MAPPER(cpu) + R_BCM1480_IMR_INTERRUPT_MASK_H + hl_spacing));
A_BCM1480_IMR_MAPPER  101 arch/mips/sibyte/bcm1480/irq.c 		cur_ints = ____raw_readq(IOADDR(A_BCM1480_IMR_MAPPER(old_cpu) + R_BCM1480_IMR_INTERRUPT_MASK_H + (k*BCM1480_IMR_HL_SPACING)));
A_BCM1480_IMR_MAPPER  106 arch/mips/sibyte/bcm1480/irq.c 			____raw_writeq(cur_ints, IOADDR(A_BCM1480_IMR_MAPPER(old_cpu) + R_BCM1480_IMR_INTERRUPT_MASK_H + (k*BCM1480_IMR_HL_SPACING)));
A_BCM1480_IMR_MAPPER  111 arch/mips/sibyte/bcm1480/irq.c 			cur_ints = ____raw_readq(IOADDR(A_BCM1480_IMR_MAPPER(cpu) + R_BCM1480_IMR_INTERRUPT_MASK_H + (k*BCM1480_IMR_HL_SPACING)));
A_BCM1480_IMR_MAPPER  113 arch/mips/sibyte/bcm1480/irq.c 			____raw_writeq(cur_ints, IOADDR(A_BCM1480_IMR_MAPPER(cpu) + R_BCM1480_IMR_INTERRUPT_MASK_H + (k*BCM1480_IMR_HL_SPACING)));
A_BCM1480_IMR_MAPPER  318 arch/mips/sibyte/bcm1480/irq.c 	base = A_BCM1480_IMR_MAPPER(cpu);