mic_iomux          21 sound/soc/qcom/apq8016_sbc.c 	void __iomem *mic_iomux;
mic_iomux          51 sound/soc/qcom/apq8016_sbc.c 		writel(readl(pdata->mic_iomux) | MIC_CTRL_QUA_WS_SLAVE_SEL_10 |
mic_iomux          53 sound/soc/qcom/apq8016_sbc.c 			pdata->mic_iomux);
mic_iomux          56 sound/soc/qcom/apq8016_sbc.c 		writel(readl(pdata->mic_iomux) | MIC_CTRL_TER_WS_SLAVE_SEL |
mic_iomux          58 sound/soc/qcom/apq8016_sbc.c 			pdata->mic_iomux);
mic_iomux         248 sound/soc/qcom/apq8016_sbc.c 	data->mic_iomux = devm_ioremap_resource(dev, res);
mic_iomux         249 sound/soc/qcom/apq8016_sbc.c 	if (IS_ERR(data->mic_iomux))
mic_iomux         250 sound/soc/qcom/apq8016_sbc.c 		return PTR_ERR(data->mic_iomux);