Lines Matching defs:temp
642 u32 temp;
644 temp = (hwread(vortex->mmio, 0x24660) & 0x1FFFFFFF) | 0xC0000000;
645 temp = (temp & 0xffffff07) | ((sr & 0x1f) << 3);
646 hwwrite(vortex->mmio, 0x24660, temp);
658 u32 temp;
660 temp = (hwread(vortex->mmio, 0x24660) & 0x1FFFFFFF) | 0xC0000000;
661 temp |= 1;
662 hwwrite(vortex->mmio, 0x24660, temp);
668 u32 temp;
670 temp = (hwread(vortex->mmio, 0x24660) & 0x1FFFFFFF) | 0xC0000000;
671 temp &= 0xfffffffe;
672 hwwrite(vortex->mmio, 0x24660, temp);