Home
last modified time | relevance | path

Searched full:saif (Results 1 – 19 of 19) sorted by relevance

/linux-6.12.1/sound/soc/mxs/
Dmxs-saif.c22 #include "mxs-saif.h"
30 * SAIF is a little different with other normal SOC DAIs on clock using.
32 * For MXS, two SAIF modules are instantiated on-chip.
33 * Each SAIF has a set of clock pins and can be operating in master
36 * other SAIF, in slave mode, receives clocking from the master SAIF.
39 * We abstract this as each saif has a master, the master could be
40 * itself or other saifs. In the generic saif driver, saif does not need
41 * to know the different clkmux. Saif only needs to know who is its master
50 struct mxs_saif *saif = snd_soc_dai_get_drvdata(cpu_dai); in mxs_saif_set_dai_sysclk() local
54 saif->mclk = freq; in mxs_saif_set_dai_sysclk()
[all …]
Dmxs-sgtl5000.c16 #include "mxs-saif.h"
38 /* Set SGTL5000's SYSCLK (provided by SAIF MCLK) */ in mxs_sgtl5000_hw_params()
46 /* The SAIF MCLK should be the same as SGTL5000_SYSCLK */ in mxs_sgtl5000_hw_params()
115 saif_np[0] = of_parse_phandle(np, "saif-controllers", 0); in mxs_sgtl5000_probe()
116 saif_np[1] = of_parse_phandle(np, "saif-controllers", 1); in mxs_sgtl5000_probe()
DKconfig9 the MXS SAIF interface.
DMakefile3 snd-soc-mxs-y := mxs-saif.o
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dfsl,saif.yaml4 $id: http://devicetree.org/schemas/sound/fsl,saif.yaml#
7 title: Freescale MXS Serial Audio Interface (SAIF)
16 The SAIF is based on I2S module that is used to communicate with audio codecs,
22 const: fsl,imx28-saif
46 fsl,saif-master:
47 description: Indicate that saif is a slave and its phandle points to master
63 saif0: saif@80042000 {
64 compatible = "fsl,imx28-saif";
74 saif1: saif@80046000 {
75 compatible = "fsl,imx28-saif";
[all …]
Dmxs-audio-sgtl5000.txt6 - saif-controllers : The phandle list of the MXS SAIF controller
36 saif-controllers = <&saif0 &saif1>;
/linux-6.12.1/drivers/clk/mxs/
Dclk-imx23.c32 #define SAIF (CLKCTRL + 0x00c0) macro
51 /* Clear BYPASS for SAIF */ in clk_misc_init()
54 /* SAIF has to use frac div for functional operation */ in clk_misc_init()
55 val = readl_relaxed(SAIF); in clk_misc_init()
57 writel_relaxed(val, SAIF); in clk_misc_init()
85 clk32k, dri, pwm, filt, uart, ssp, gpmi, spdif, emi, saif, enumerator
135 clks[saif_div] = mxs_clk_frac("saif_div", "saif_sel", SAIF, 0, 16, 29); in mx23_clocks_init()
149 clks[saif] = mxs_clk_gate("saif", "saif_div", SAIF, 31); in mx23_clocks_init()
Dclk-imx28.c89 /* Clear BYPASS for SAIF */ in clk_misc_init()
92 /* SAIF has to use frac div for functional operation */ in clk_misc_init()
/linux-6.12.1/arch/arm/boot/dts/nxp/mxs/
Dimx28-apx4devkit.dts27 saif-controllers = <&saif0 &saif1>;
198 fsl,saif-master = <&saif0>;
Dimx28-m28evk.dts49 saif-controllers = <&saif0 &saif1>;
205 fsl,saif-master = <&saif0>;
Dimx28-eukrea-mbmx28lc.dtsi117 saif-controllers = <&saif0 &saif1>;
281 fsl,saif-master = <&saif0>;
Dimx28-evk.dts102 saif-controllers = <&saif0 &saif1>;
296 fsl,saif-master = <&saif0>;
Dimx28.dtsi1108 saif0: saif@80042000 {
1110 compatible = "fsl,imx28-saif";
1125 saif1: saif@80046000 {
1127 compatible = "fsl,imx28-saif";
Dimx23.dtsi492 saif0: saif@80042000 {
504 saif1: saif@80046000 {
Dimx28-tx28.dts118 saif-controllers = <&saif0 &saif1>;
624 fsl,saif-master = <&saif0>;
/linux-6.12.1/Documentation/devicetree/bindings/clock/
Dimx23-clock.yaml56 saif 37
/linux-6.12.1/sound/soc/codecs/
Dtas5720.c135 dev_err(component->dev, "error setting SAIF format: %d\n", ret); in tas5720_set_dai_fmt()
256 /* Check/handle all errors except SAIF clock errors */ in tas5720_fault_check_work()
Dtas6424.c462 * We would need to start checking for those faults *after* the SAIF in tas6424_fault_check_work()
/linux-6.12.1/arch/arm/mach-mxs/
Dmach-mxs.c28 /* MXS DIGCTL SAIF CLKMUX */