Home
last modified time | relevance | path

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

/sound/soc/meson/
Daxg-pdm.c83 struct axg_pdm_lpf lpf[PDM_LPF_NUM]; member
160 os *= filters->lpf[i].ds; in axg_pdm_get_os()
324 const struct axg_pdm_lpf *lpf = &priv->cfg->filters->lpf[index]; in axg_pdm_set_lpf_ctrl() local
329 val = PDM_LPF_STAGE_NUM(lpf->tap_num); in axg_pdm_set_lpf_ctrl()
330 val |= PDM_LPF_DSR(lpf->ds); in axg_pdm_set_lpf_ctrl()
331 val |= PDM_LPF_ROUND_MODE(lpf->round_mode); in axg_pdm_set_lpf_ctrl()
356 const struct axg_pdm_lpf *lpf = priv->cfg->filters->lpf; in axg_pdm_set_lpf_filters() local
361 count += lpf[i].tap_num; in axg_pdm_set_lpf_filters()
374 for (j = 0; j < lpf[i].tap_num; j++) in axg_pdm_set_lpf_filters()
375 regmap_write(priv->map, PDM_COEFF_DATA, lpf[i].tap[j]); in axg_pdm_set_lpf_filters()
[all …]