Lines Matching defs:ecx
185 int ecx;
261 ecx = WT_SRAMP(wt);
264 ecx = WT_ARAMP(wt);
267 ecx = WT_MRAMP(wt);
270 ecx = WT_CTRL(wt);
273 ecx = WT_DSREG(wt);
279 pr_debug( "vortex: WT SetReg(0x%x) = 0x%08x\n", ecx, (int)val);
281 hwwrite(vortex->mmio, ecx, val);
328 int ecx = vol[1], eax = vol[0];
342 ecx = eax;
343 if (ecx < 0x80)
344 ecx = 0x7f;
346 voice->parm3 |= (ecx & 0x7f) << 7;