Searched refs:esai (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | fsl,esai.txt | 10 - compatible : Compatible list, must contain "fsl,imx35-esai" or 11 "fsl,vf610-esai" 26 "extal" The esai baud clock for esai controller used to 40 - fsl,esai-synchronous: This is a boolean property. If present, indicating 53 esai: esai@2024000 { 54 compatible = "fsl,imx35-esai"; 62 fsl,esai-synchronous;
|
D | fsl-asoc-card.txt | 78 audio-cpu = <&esai>;
|
/Linux-v4.19/sound/soc/fsl/ |
D | fsl_esai.c | 932 struct fsl_esai *esai = dev_get_drvdata(dev); in fsl_esai_suspend() local 934 regcache_cache_only(esai->regmap, true); in fsl_esai_suspend() 935 regcache_mark_dirty(esai->regmap); in fsl_esai_suspend() 942 struct fsl_esai *esai = dev_get_drvdata(dev); in fsl_esai_resume() local 945 regcache_cache_only(esai->regmap, false); in fsl_esai_resume() 948 regmap_update_bits(esai->regmap, REG_ESAI_TFCR, in fsl_esai_resume() 950 regmap_update_bits(esai->regmap, REG_ESAI_RFCR, in fsl_esai_resume() 953 ret = regcache_sync(esai->regmap); in fsl_esai_resume() 958 regmap_update_bits(esai->regmap, REG_ESAI_TFCR, ESAI_xFCR_xFR, 0); in fsl_esai_resume() 959 regmap_update_bits(esai->regmap, REG_ESAI_RFCR, ESAI_xFCR_xFR, 0); in fsl_esai_resume()
|
D | Makefile | 21 snd-soc-fsl-esai-objs := fsl_esai.o 29 obj-$(CONFIG_SND_SOC_FSL_ESAI) += snd-soc-fsl-esai.o
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | imx6qdl-sabreauto.dtsi | 75 audio-cpu = <&esai>; 229 &esai {
|
D | imx6qdl.dtsi | 388 esai: esai@2024000 { label 390 compatible = "fsl,imx35-esai";
|
D | imx25.dtsi | 266 esai@50018000 {
|
D | imx6sx.dtsi | 332 esai: esai@2024000 { label
|