Searched refs:SWARM_IDE_SHIFT (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/mips/sibyte/swarm/
H A Dplatform.c17 #define SWARM_IDE_SHIFT 5 macro
37 .ioport_shift = SWARM_IDE_SHIFT,
76 r[0].start = offset + (SWARM_IDE_BASE << SWARM_IDE_SHIFT);
77 r[0].end = offset + ((SWARM_IDE_BASE + 8) << SWARM_IDE_SHIFT) - 1;
78 r[1].start = offset + (SWARM_IDE_CTRL << SWARM_IDE_SHIFT);
79 r[1].end = offset + ((SWARM_IDE_CTRL + 1) << SWARM_IDE_SHIFT) - 1;

Completed in 97 milliseconds