hcic               81 sound/soc/meson/axg-pdm.c 	struct axg_pdm_hcic hcic;
hcic              151 sound/soc/meson/axg-pdm.c 	unsigned int os = filters->hcic.ds;
hcic              306 sound/soc/meson/axg-pdm.c 	const struct axg_pdm_hcic *hcic = &priv->cfg->filters->hcic;
hcic              309 sound/soc/meson/axg-pdm.c 	val = PDM_HCIC_CTRL1_STAGE_NUM(hcic->steps);
hcic              310 sound/soc/meson/axg-pdm.c 	val |= PDM_HCIC_CTRL1_DSR(hcic->ds);
hcic              311 sound/soc/meson/axg-pdm.c 	val |= PDM_HCIC_CTRL1_GAIN_MULT(hcic->mult);
hcic              312 sound/soc/meson/axg-pdm.c 	val |= PDM_HCIC_CTRL1_GAIN_SFT(hcic->shift);
hcic              539 sound/soc/meson/axg-pdm.c 	.hcic = {