Lines Matching refs:cfg
92 const struct axg_pdm_cfg *cfg; member
150 const struct axg_pdm_filters *filters = priv->cfg->filters; in axg_pdm_get_os()
175 if (sys_rate < priv->cfg->sys_rate) in axg_pdm_set_sysclk()
178 return clk_set_rate(priv->sysclk, priv->cfg->sys_rate); in axg_pdm_set_sysclk()
306 const struct axg_pdm_hcic *hcic = &priv->cfg->filters->hcic; in axg_pdm_set_hcic_ctrl()
324 const struct axg_pdm_lpf *lpf = &priv->cfg->filters->lpf[index]; in axg_pdm_set_lpf_ctrl()
342 const struct axg_pdm_hpf *hpf = &priv->cfg->filters->hpf; in axg_pdm_set_hpf_ctrl()
356 const struct axg_pdm_lpf *lpf = priv->cfg->filters->lpf; in axg_pdm_set_lpf_filters()
396 ret = clk_set_rate(priv->sysclk, priv->cfg->sys_rate); in axg_pdm_dai_probe()
596 priv->cfg = of_device_get_match_data(dev); in axg_pdm_probe()
597 if (!priv->cfg) { in axg_pdm_probe()