Lines Matching refs:this04
68 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetLeftCoefs()
71 for (n = 0; n < eqhw->this04; n++) { in vortex_EqHw_SetLeftCoefs()
90 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetRightCoefs()
93 for (n = 0; n < eqhw->this04; n++) { in vortex_EqHw_SetRightCoefs()
113 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetLeftStates()
119 for (ebx = 0; ebx < eqhw->this04; ebx++) { in vortex_EqHw_SetLeftStates()
130 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetRightStates()
136 for (ebx = 0; ebx < eqhw->this04; ebx++) { in vortex_EqHw_SetRightStates()
176 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetBypassGain()
223 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetLeftGainsTarget()
226 for (ebx = 0; ebx < eqhw->this04; ebx++) { in vortex_EqHw_SetLeftGainsTarget()
233 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetRightGainsTarget()
236 for (ebx = 0; ebx < eqhw->this04; ebx++) { in vortex_EqHw_SetRightGainsTarget()
243 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetLeftGainsCurrent()
246 for (ebx = 0; ebx < eqhw->this04; ebx++) { in vortex_EqHw_SetLeftGainsCurrent()
253 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetRightGainsCurrent()
256 for (ebx = 0; ebx < eqhw->this04; ebx++) { in vortex_EqHw_SetRightGainsCurrent()
264 eqhw_t *eqhw = &(vortex->eq.this04);
267 if (eqhw->this04 < 0)
274 while (ebx < eqhw->this04);
279 eqhw_t *eqhw = &(vortex->eq.this04);
282 if (eqhw->this04 < 0)
289 while (ebx < eqhw->this04);
294 eqhw_t *eqhw = &(vortex->eq.this04);
297 if (eqhw->this04 < 0)
304 while (ebx < eqhw->this04);
309 eqhw_t *eqhw = &(vortex->eq.this04);
312 if (eqhw->this04 < 0)
319 while (ebx < eqhw->this04);
326 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetLevels()
330 for (i = 0; i < eqhw->this04; i++) { in vortex_EqHw_SetLevels()
334 hwwrite(vortex->mmio, 0x2b3cc, peaks[eqhw->this04]); in vortex_EqHw_SetLevels()
335 hwwrite(vortex->mmio, 0x2b3d8, peaks[eqhw->this04 + 1]); in vortex_EqHw_SetLevels()
338 for (i = 0; i < eqhw->this04; i++) { in vortex_EqHw_SetLevels()
340 peaks[i + (eqhw->this04 + 2)]); in vortex_EqHw_SetLevels()
343 hwwrite(vortex->mmio, 0x2b3e4, peaks[2 + (eqhw->this04 * 2)]); in vortex_EqHw_SetLevels()
344 hwwrite(vortex->mmio, 0x2b3f0, peaks[3 + (eqhw->this04 * 2)]); in vortex_EqHw_SetLevels()
350 eqhw_t *eqhw = &(vortex->eq.this04);
353 if (eqhw->this04 < 0)
361 while (ebx < eqhw->this04);
363 a[eqhw->this04] = hwread(vortex->mmio, 0x2b3cc);
364 a[eqhw->this04 + 1] = hwread(vortex->mmio, 0x2b3d8);
368 a[ebx + (eqhw->this04 + 2)] =
372 while (ebx < eqhw->this04);
374 a[2 + (eqhw->this04 * 2)] = hwread(vortex->mmio, 0x2b3e4);
375 a[3 + (eqhw->this04 * 2)] = hwread(vortex->mmio, 0x2b3f0);
490 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_GetTenBandLevels()
493 if (eqhw->this04 <= 0) in vortex_EqHw_GetTenBandLevels()
496 for (i = 0; i < eqhw->this04; i++) in vortex_EqHw_GetTenBandLevels()
498 for (i = 0; i < eqhw->this04; i++) in vortex_EqHw_GetTenBandLevels()
499 peaks[i + eqhw->this04] = in vortex_EqHw_GetTenBandLevels()
701 eq->this04.this04 = eq->this10; in vortex_Eqlzr_init()