Searched +full:rk3568 +full:- +full:i2s +full:- +full:tdm (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/sound/rockchip,i2s-tdm.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Rockchip I2S/TDM Controller10 The Rockchip I2S/TDM Controller is a Time Division Multiplexed15 - Nicolas Frattaroli <frattaroli.nicolas@gmail.com>20 - rockchip,px30-i2s-tdm21 - rockchip,rk1808-i2s-tdm22 - rockchip,rk3308-i2s-tdm[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/rk3568-cru.h>7 #include <dt-bindings/interrupt-controller/arm-gic.h>8 #include <dt-bindings/interrupt-controller/irq.h>9 #include <dt-bindings/phy/phy.h>10 #include <dt-bindings/pinctrl/rockchip.h>11 #include <dt-bindings/power/rk3568-power.h>12 #include <dt-bindings/soc/rockchip,boot-mode.h>13 #include <dt-bindings/thermal/thermal.h>16 interrupt-parent = <&gic>;[all …]
1 /* SPDX-License-Identifier: GPL-2.0-only */3 * ALSA SoC Audio Layer - Rockchip I2S/TDM Controller driver6 * Author: Sugar Zhang <sugar.zhang@rock-chips.com>47 #define I2S_TXCR_VDW(x) (((x) - 1) << I2S_TXCR_VDW_SHIFT)82 #define I2S_RXCR_VDW(x) (((x) - 1) << I2S_RXCR_VDW_SHIFT)112 #define I2S_CKR_MDIV(x) (((x) - 1) << I2S_CKR_MDIV_SHIFT)115 #define I2S_CKR_RSD(x) (((x) - 1) << I2S_CKR_RSD_SHIFT)118 #define I2S_CKR_TSD(x) (((x) - 1) << I2S_CKR_TSD_SHIFT)144 #define I2S_DMACR_RDL(x) (((x) - 1) << I2S_DMACR_RDL_SHIFT)158 #define I2S_INTCR_RFT(x) (((x) - 1) << I2S_INTCR_RFT_SHIFT)[all …]
1 // SPDX-License-Identifier: GPL-2.0-only2 // ALSA SoC Audio Layer - Rockchip I2S/TDM Controller driver5 // Author: Sugar Zhang <sugar.zhang@rock-chips.com>9 #include <linux/clk-provider.h>25 #define DRV_NAME "rockchip-i2s-tdm"30 #define CLK_PPM_MIN -1000117 clk_disable_unprepare(i2s_tdm->mclk_tx); in i2s_tdm_disable_unprepare_mclk()118 clk_disable_unprepare(i2s_tdm->mclk_rx); in i2s_tdm_disable_unprepare_mclk()119 if (i2s_tdm->mclk_calibrate) { in i2s_tdm_disable_unprepare_mclk()120 clk_disable_unprepare(i2s_tdm->mclk_tx_src); in i2s_tdm_disable_unprepare_mclk()[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]