peaks 312 sound/pci/au88x0/au88x0_eq.c static void vortex_EqHw_SetLevels(vortex_t * vortex, u16 peaks[]) peaks 319 sound/pci/au88x0/au88x0_eq.c hwwrite(vortex->mmio, 0x2b024 + i * VORTEX_BAND_COEFF_SIZE, peaks[i]); peaks 322 sound/pci/au88x0/au88x0_eq.c hwwrite(vortex->mmio, 0x2b3cc, peaks[eqhw->this04]); peaks 323 sound/pci/au88x0/au88x0_eq.c hwwrite(vortex->mmio, 0x2b3d8, peaks[eqhw->this04 + 1]); peaks 328 sound/pci/au88x0/au88x0_eq.c peaks[i + (eqhw->this04 + 2)]); peaks 331 sound/pci/au88x0/au88x0_eq.c hwwrite(vortex->mmio, 0x2b3e4, peaks[2 + (eqhw->this04 * 2)]); peaks 332 sound/pci/au88x0/au88x0_eq.c hwwrite(vortex->mmio, 0x2b3f0, peaks[3 + (eqhw->this04 * 2)]); peaks 476 sound/pci/au88x0/au88x0_eq.c static void vortex_EqHw_GetTenBandLevels(vortex_t * vortex, u16 peaks[]) peaks 485 sound/pci/au88x0/au88x0_eq.c peaks[i] = hwread(vortex->mmio, 0x2B024 + i * 0x30); peaks 487 sound/pci/au88x0/au88x0_eq.c peaks[i + eqhw->this04] = peaks 658 sound/pci/au88x0/au88x0_eq.c static int vortex_Eqlzr_GetAllPeaks(vortex_t * vortex, u16 * peaks, int *count) peaks 665 sound/pci/au88x0/au88x0_eq.c vortex_EqHw_GetTenBandLevels(vortex, peaks); peaks 832 sound/pci/au88x0/au88x0_eq.c u16 peaks[20]; peaks 834 sound/pci/au88x0/au88x0_eq.c vortex_Eqlzr_GetAllPeaks(vortex, peaks, &count); peaks 841 sound/pci/au88x0/au88x0_eq.c ucontrol->value.integer.value[i] = peaks[i];