Home
last modified time | relevance | path

Searched +full:clkout +full:- +full:lr +full:- +full:asynchronous (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/sound/soc/sh/rcar/
Dadg.c1 // SPDX-License-Identifier: GPL-2.0
3 // Helper routines for R-Car sound ADG.
6 #include <linux/clk-provider.h>
16 #define CLKOUT 0 macro
30 struct clk *clkout[CLKOUTMAX]; member
50 ((pos) = adg->clk[i]); \
55 ((pos) = adg->clkout[i]); \
57 #define rsnd_priv_to_adg(priv) ((struct rsnd_adg *)(priv)->adg)
73 for (i = 3; i >= 0; i--) { in rsnd_adg_calculate_rbgx()
76 return (u32)((i << 8) | ((div / ratio) - 1)); in rsnd_adg_calculate_rbgx()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Drenesas,rsnd.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas R-Car Sound Driver
10 - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
17 - items:
18 - enum:
19 - renesas,rcar_sound-r8a7778 # R-Car M1A
20 - renesas,rcar_sound-r8a7779 # R-Car H1
21 - enum:
[all …]