SWARM_IDE_SHIFT    37 arch/mips/sibyte/swarm/platform.c 	.ioport_shift	= SWARM_IDE_SHIFT,
SWARM_IDE_SHIFT    76 arch/mips/sibyte/swarm/platform.c 	r[0].start = offset + (SWARM_IDE_BASE << SWARM_IDE_SHIFT);
SWARM_IDE_SHIFT    77 arch/mips/sibyte/swarm/platform.c 	r[0].end   = offset + ((SWARM_IDE_BASE + 8) << SWARM_IDE_SHIFT) - 1;
SWARM_IDE_SHIFT    78 arch/mips/sibyte/swarm/platform.c 	r[1].start = offset + (SWARM_IDE_CTRL << SWARM_IDE_SHIFT);
SWARM_IDE_SHIFT    79 arch/mips/sibyte/swarm/platform.c 	r[1].end   = offset + ((SWARM_IDE_CTRL + 1) << SWARM_IDE_SHIFT) - 1;