Home
last modified time | relevance | path

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

/Linux-v6.6/sound/pci/au88x0/
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-v6.6/drivers/comedi/drivers/
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-v6.6/Documentation/devicetree/bindings/regulator/
Ddlg,da9121.yaml26 to allow for transient peaks.
/Linux-v6.6/drivers/net/wireless/ath/ath9k/
Ddfs.c46 /* Threshold for difference of delta peaks */
/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_bw.c858 drm_dbg_kms(&i915->drm, "Matching peaks QGV bw: %d for required data rate: %d\n", in mtl_find_qgv_points()
/Linux-v6.6/drivers/input/misc/
Dad714x.c610 * If 2 fingers are touching the sensor then 2 peaks can be observed in the
/Linux-v6.6/drivers/iio/light/
Drohm-bu27034.c197 * area (mostly). The data0 sensitivity peaks at 500nm, DATA1 at 600nm.
/Linux-v6.6/drivers/net/wireless/intel/iwlegacy/
D3945.c2000 * power peaks, without too much distortion (clipping). in il3945_hw_reg_init_channel_groups()