Home
last modified time | relevance | path

Searched refs:lpf (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/media/dvb-frontends/
H A Dix2505v.c126 u8 gain, cc, ref, psc, local_osc, lpf; in ix2505v_set_params() local
178 lpf = 0xc; in ix2505v_set_params()
180 lpf = 0x2; in ix2505v_set_params()
182 lpf = 0xa; in ix2505v_set_params()
184 lpf = 0x6; in ix2505v_set_params()
186 lpf = 0xe; in ix2505v_set_params()
188 lpf = 0x1; in ix2505v_set_params()
190 lpf = 0x9; in ix2505v_set_params()
192 lpf = 0x5; in ix2505v_set_params()
194 lpf = 0xd; in ix2505v_set_params()
[all …]
/linux/sound/soc/meson/
H A Daxg-pdm.c83 struct axg_pdm_lpf lpf[PDM_LPF_NUM]; member
160 os *= filters->lpf[i].ds; in axg_pdm_get_os()
317 const struct axg_pdm_lpf *lpf = &priv->cfg->filters->lpf[index]; in axg_pdm_set_lpf_ctrl() local
322 val = PDM_LPF_STAGE_NUM(lpf->tap_num); in axg_pdm_set_lpf_ctrl()
323 val |= PDM_LPF_DSR(lpf->ds); in axg_pdm_set_lpf_ctrl()
324 val |= PDM_LPF_ROUND_MODE(lpf->round_mode); in axg_pdm_set_lpf_ctrl()
349 const struct axg_pdm_lpf *lpf = priv->cfg->filters->lpf; in axg_pdm_set_lpf_filters() local
354 count += lpf[i].tap_num; in axg_pdm_set_lpf_filters()
367 for (j = 0; j < lpf[i].tap_num; j++) in axg_pdm_set_lpf_filters()
368 regmap_write(priv->map, PDM_COEFF_DATA, lpf[i].tap[j]); in axg_pdm_set_lpf_filters()
[all …]
/linux/drivers/media/tuners/
H A Dqm1d1c0042.h18 bool lpf; /* enable LPF */ member
/linux/drivers/iio/gyro/
H A Dmpu3050.h76 enum mpu3050_lpf lpf; member
/linux/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_iio.h49 u8 lpf; member
122 unsigned int lpf:3; member
H A Dinv_mpu_core.c44 .lpf = INV_MPU6050_REG_CONFIG,
67 .lpf = INV_MPU6050_REG_CONFIG,
90 .lpf = INV_MPU6050_REG_CONFIG,
112 .lpf = INV_MPU6050_FILTER_20HZ,
129 .lpf = INV_MPU6050_FILTER_20HZ,
562 result = regmap_write(st->map, st->reg->lpf, val); in inv_mpu6050_set_lpf_regs()
590 result = inv_mpu6050_set_lpf_regs(st, st->chip_config.lpf); in inv_mpu6050_init_config()
1109 result = inv_mpu6050_set_accel_lpf_regs(st, st->chip_config.lpf); in inv_mpu6050_set_wom_lp()
1285 st->chip_config.lpf = data; in inv_mpu6050_set_lpf()
/linux/drivers/media/platform/ti/omap3isp/
H A Dispccdc.h138 lpf:1, member
H A Dispccdc.c603 ccdc->lpf ? ISPCCDC_SYN_MODE_LPF : 0); in ccdc_configure_lpf()
679 ccdc->lpf = !!(OMAP3ISP_CCDC_LPF & ccdc_struct->flag); in ccdc_config()
/linux/drivers/media/pci/pt3/
H A Dpt3.c49 .lpf = 1,
70 .lpf = 1,
/linux/drivers/staging/media/ipu3/
H A Dipu3-tables.c9450 .lpf = { 4, X, 8, X, 16, X, 0 },