Home
last modified time | relevance | path

Searched full:peaks (Results 1 – 7 of 7) sorted by relevance

/linux/sound/pci/au88x0/
H A Dau88x0_eq.c312 static void vortex_EqHw_SetLevels(vortex_t *vortex, const u16 peaks[]) in vortex_EqHw_SetLevels() argument
317 /* set left peaks */ in vortex_EqHw_SetLevels()
319 hwwrite(vortex->mmio, 0x2b024 + i * VORTEX_BAND_COEFF_SIZE, peaks[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()
325 /* set right peaks */ 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()
475 /* Read all EQ peaks. (think VU meter) */
[all …]
/linux/drivers/comedi/drivers/
H A Djr3_pci.h392 * (ex. to watch filter3 data for peaks, set this value to 0x00a8).
481 * not miss any peaks. To read the data, use either the read peaks
482 * command (pg. 40), or the read and reset peaks command (pg. 39).
483 * The address of the data to watch for peaks is stored in the
/linux/Documentation/devicetree/bindings/regulator/
H A Ddlg,da9121.yaml26 to allow for transient peaks.
/linux/drivers/iio/light/
H A Drohm-bu27034.c185 * area (mostly). The data0 sensitivity peaks at 500nm, DATA1 at 600nm.
/linux/drivers/input/misc/
H A Dad714x.c610 * If 2 fingers are touching the sensor then 2 peaks can be observed in the
/linux/drivers/gpu/drm/i915/display/
H A Dintel_bw.c1015 drm_dbg_kms(&i915->drm, "Matching peaks QGV bw: %d for required data rate: %d\n", in mtl_find_qgv_points()
/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945.c2000 * power peaks, without too much distortion (clipping). in il3945_hw_reg_init_channel_groups()