Searched refs:eqhw (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/sound/pci/au88x0/ |
H A D | au88x0_eq.c | 68 eqhw_t *eqhw = &(vortex->eq.this04); vortex_EqHw_SetLeftCoefs() local 71 for (n = 0; n < eqhw->this04; n++) { vortex_EqHw_SetLeftCoefs() 75 if (eqhw->this08 == 0) { vortex_EqHw_SetLeftCoefs() 90 eqhw_t *eqhw = &(vortex->eq.this04); vortex_EqHw_SetRightCoefs() local 93 for (n = 0; n < eqhw->this04; n++) { vortex_EqHw_SetRightCoefs() 97 if (eqhw->this08 == 0) { vortex_EqHw_SetRightCoefs() 113 eqhw_t *eqhw = &(vortex->eq.this04); vortex_EqHw_SetLeftStates() local 119 for (ebx = 0; ebx < eqhw->this04; ebx++) { vortex_EqHw_SetLeftStates() 130 eqhw_t *eqhw = &(vortex->eq.this04); vortex_EqHw_SetRightStates() local 136 for (ebx = 0; ebx < eqhw->this04; ebx++) { vortex_EqHw_SetRightStates() 176 eqhw_t *eqhw = &(vortex->eq.this04); vortex_EqHw_SetBypassGain() local 177 if (eqhw->this08 == 0) { vortex_EqHw_SetBypassGain() 223 eqhw_t *eqhw = &(vortex->eq.this04); vortex_EqHw_SetLeftGainsTarget() local 226 for (ebx = 0; ebx < eqhw->this04; ebx++) { vortex_EqHw_SetLeftGainsTarget() 233 eqhw_t *eqhw = &(vortex->eq.this04); vortex_EqHw_SetRightGainsTarget() local 236 for (ebx = 0; ebx < eqhw->this04; ebx++) { vortex_EqHw_SetRightGainsTarget() 243 eqhw_t *eqhw = &(vortex->eq.this04); vortex_EqHw_SetLeftGainsCurrent() local 246 for (ebx = 0; ebx < eqhw->this04; ebx++) { vortex_EqHw_SetLeftGainsCurrent() 253 eqhw_t *eqhw = &(vortex->eq.this04); vortex_EqHw_SetRightGainsCurrent() local 256 for (ebx = 0; ebx < eqhw->this04; ebx++) { 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); vortex_EqHw_SetLevels() local 330 for (i = 0; i < eqhw->this04; i++) { vortex_EqHw_SetLevels() 334 hwwrite(vortex->mmio, 0x2b3cc, peaks[eqhw->this04]); vortex_EqHw_SetLevels() 335 hwwrite(vortex->mmio, 0x2b3d8, peaks[eqhw->this04 + 1]); vortex_EqHw_SetLevels() 338 for (i = 0; i < eqhw->this04; i++) { vortex_EqHw_SetLevels() 340 peaks[i + (eqhw->this04 + 2)]); vortex_EqHw_SetLevels() 343 hwwrite(vortex->mmio, 0x2b3e4, peaks[2 + (eqhw->this04 * 2)]); vortex_EqHw_SetLevels() 344 hwwrite(vortex->mmio, 0x2b3f0, peaks[3 + (eqhw->this04 * 2)]); 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); vortex_EqHw_GetTenBandLevels() local 493 if (eqhw->this04 <= 0) vortex_EqHw_GetTenBandLevels() 496 for (i = 0; i < eqhw->this04; i++) vortex_EqHw_GetTenBandLevels() 498 for (i = 0; i < eqhw->this04; i++) vortex_EqHw_GetTenBandLevels() 499 peaks[i + eqhw->this04] = vortex_EqHw_GetTenBandLevels()
|
Completed in 43 milliseconds