Lines Matching refs:ebx
114 int i = 0, ebx; in vortex_EqHw_SetLeftStates() local
119 for (ebx = 0; ebx < eqhw->this04; ebx++) { in vortex_EqHw_SetLeftStates()
131 int i = 0, ebx; in vortex_EqHw_SetRightStates() local
136 for (ebx = 0; ebx < eqhw->this04; ebx++) { in vortex_EqHw_SetRightStates()
224 int ebx; in vortex_EqHw_SetLeftGainsTarget() local
226 for (ebx = 0; ebx < eqhw->this04; ebx++) { in vortex_EqHw_SetLeftGainsTarget()
227 hwwrite(vortex->mmio, 0x2b02c + ebx * 0x30, a[ebx]); in vortex_EqHw_SetLeftGainsTarget()
234 int ebx; in vortex_EqHw_SetRightGainsTarget() local
236 for (ebx = 0; ebx < eqhw->this04; ebx++) { in vortex_EqHw_SetRightGainsTarget()
237 hwwrite(vortex->mmio, 0x2b20c + ebx * 0x30, a[ebx]); in vortex_EqHw_SetRightGainsTarget()
244 int ebx; in vortex_EqHw_SetLeftGainsCurrent() local
246 for (ebx = 0; ebx < eqhw->this04; ebx++) { in vortex_EqHw_SetLeftGainsCurrent()
247 hwwrite(vortex->mmio, 0x2b028 + ebx * 0x30, a[ebx]); in vortex_EqHw_SetLeftGainsCurrent()
254 int ebx; in vortex_EqHw_SetRightGainsCurrent() local
256 for (ebx = 0; ebx < eqhw->this04; ebx++) { in vortex_EqHw_SetRightGainsCurrent()
257 hwwrite(vortex->mmio, 0x2b208 + ebx * 0x30, a[ebx]); in vortex_EqHw_SetRightGainsCurrent()
265 int ebx = 0;
271 a[ebx] = hwread(vortex->mmio, 0x2b02c + ebx * 0x30);
272 ebx++;
274 while (ebx < eqhw->this04);
280 int ebx = 0;
286 a[ebx] = hwread(vortex->mmio, 0x2b20c + ebx * 0x30);
287 ebx++;
289 while (ebx < eqhw->this04);
295 int ebx = 0;
301 a[ebx] = hwread(vortex->mmio, 0x2b028 + ebx * 0x30);
302 ebx++;
304 while (ebx < eqhw->this04);
310 int ebx = 0;
316 a[ebx] = hwread(vortex->mmio, 0x2b208 + ebx * 0x30);
317 ebx++;
319 while (ebx < eqhw->this04);
351 int ebx;
356 ebx = 0;
358 a[ebx] = hwread(vortex->mmio, 0x2b024 + ebx * 0x30);
359 ebx++;
361 while (ebx < eqhw->this04);
366 ebx = 0;
368 a[ebx + (eqhw->this04 + 2)] =
369 hwread(vortex->mmio, 0x2b204 + ebx * 0x30);
370 ebx++;
372 while (ebx < eqhw->this04);
610 u32 eax, ebx; in vortex_Eqlzr_SetA3dBypassGain() local
618 ebx = (eax * eq->this58) >> 0x10; in vortex_Eqlzr_SetA3dBypassGain()
620 vortex_EqHw_SetA3DBypassGain(vortex, ebx, eax); in vortex_Eqlzr_SetA3dBypassGain()
626 u32 eax, ebx; in vortex_Eqlzr_ProgramA3dBypassGain() local
632 ebx = (eax * eq->this58) >> 0x10; in vortex_Eqlzr_ProgramA3dBypassGain()
634 vortex_EqHw_SetA3DBypassGain(vortex, ebx, eax); in vortex_Eqlzr_ProgramA3dBypassGain()