Lines Matching refs:eqhw

56 	eqhw_t *eqhw = &(vortex->eq.this04);  in vortex_EqHw_SetLeftCoefs()  local
59 for (n = 0; n < eqhw->this04; n++) { in vortex_EqHw_SetLeftCoefs()
63 if (eqhw->this08 == 0) { in vortex_EqHw_SetLeftCoefs()
78 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetRightCoefs() local
81 for (n = 0; n < eqhw->this04; n++) { in vortex_EqHw_SetRightCoefs()
85 if (eqhw->this08 == 0) { in vortex_EqHw_SetRightCoefs()
101 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetLeftStates() local
107 for (ebx = 0; ebx < eqhw->this04; ebx++) { in vortex_EqHw_SetLeftStates()
118 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetRightStates() local
124 for (ebx = 0; ebx < eqhw->this04; ebx++) { in vortex_EqHw_SetRightStates()
164 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetBypassGain() local
165 if (eqhw->this08 == 0) { in vortex_EqHw_SetBypassGain()
211 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetLeftGainsTarget() local
214 for (ebx = 0; ebx < eqhw->this04; ebx++) { in vortex_EqHw_SetLeftGainsTarget()
221 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetRightGainsTarget() local
224 for (ebx = 0; ebx < eqhw->this04; ebx++) { in vortex_EqHw_SetRightGainsTarget()
231 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetLeftGainsCurrent() local
234 for (ebx = 0; ebx < eqhw->this04; ebx++) { in vortex_EqHw_SetLeftGainsCurrent()
241 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetRightGainsCurrent() local
244 for (ebx = 0; ebx < eqhw->this04; ebx++) { in vortex_EqHw_SetRightGainsCurrent()
252 eqhw_t *eqhw = &(vortex->eq.this04);
255 if (eqhw->this04 < 0)
262 while (ebx < eqhw->this04);
267 eqhw_t *eqhw = &(vortex->eq.this04);
270 if (eqhw->this04 < 0)
277 while (ebx < eqhw->this04);
282 eqhw_t *eqhw = &(vortex->eq.this04);
285 if (eqhw->this04 < 0)
292 while (ebx < eqhw->this04);
297 eqhw_t *eqhw = &(vortex->eq.this04);
300 if (eqhw->this04 < 0)
307 while (ebx < eqhw->this04);
314 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetLevels() local
318 for (i = 0; i < eqhw->this04; i++) { in vortex_EqHw_SetLevels()
322 hwwrite(vortex->mmio, 0x2b3cc, peaks[eqhw->this04]); in vortex_EqHw_SetLevels()
323 hwwrite(vortex->mmio, 0x2b3d8, peaks[eqhw->this04 + 1]); in vortex_EqHw_SetLevels()
326 for (i = 0; i < eqhw->this04; i++) { in vortex_EqHw_SetLevels()
328 peaks[i + (eqhw->this04 + 2)]); in vortex_EqHw_SetLevels()
331 hwwrite(vortex->mmio, 0x2b3e4, peaks[2 + (eqhw->this04 * 2)]); in vortex_EqHw_SetLevels()
332 hwwrite(vortex->mmio, 0x2b3f0, peaks[3 + (eqhw->this04 * 2)]); in vortex_EqHw_SetLevels()
338 eqhw_t *eqhw = &(vortex->eq.this04);
341 if (eqhw->this04 < 0)
349 while (ebx < eqhw->this04);
351 a[eqhw->this04] = hwread(vortex->mmio, 0x2b3cc);
352 a[eqhw->this04 + 1] = hwread(vortex->mmio, 0x2b3d8);
356 a[ebx + (eqhw->this04 + 2)] =
360 while (ebx < eqhw->this04);
362 a[2 + (eqhw->this04 * 2)] = hwread(vortex->mmio, 0x2b3e4);
363 a[3 + (eqhw->this04 * 2)] = hwread(vortex->mmio, 0x2b3f0);
478 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_GetTenBandLevels() local
481 if (eqhw->this04 <= 0) in vortex_EqHw_GetTenBandLevels()
484 for (i = 0; i < eqhw->this04; i++) in vortex_EqHw_GetTenBandLevels()
486 for (i = 0; i < eqhw->this04; i++) in vortex_EqHw_GetTenBandLevels()
487 peaks[i + eqhw->this04] = in vortex_EqHw_GetTenBandLevels()