Searched full:mclk_ext (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/devicetree/bindings/clock/ |
H A D | starfive,jh7110-syscrg.yaml | 60 - const: mclk_ext 74 - const: mclk_ext 108 <&tdm_ext>, <&mclk_ext>, 114 "tdm_ext", "mclk_ext",
|
/linux/sound/soc/dwc/ |
H A D | dwc-i2s.c | 738 { .id = "mclk_ext" }, in jh7110_i2s_crg_master_init() 748 struct clk *mclk_ext; in jh7110_i2s_crg_master_init() local 759 mclk_ext = clks[1].clk; in jh7110_i2s_crg_master_init() 783 ret = clk_set_parent(mclk, mclk_ext); in jh7110_i2s_crg_master_init() 808 { .id = "mclk_ext" }, in jh7110_i2s_crg_slave_init() 826 struct clk *mclk_ext; in jh7110_i2s_crg_slave_init() local 837 mclk_ext = clks[1].clk; in jh7110_i2s_crg_slave_init() 871 ret = clk_set_parent(mclk, mclk_ext); in jh7110_i2s_crg_slave_init()
|
/linux/arch/riscv/boot/dts/starfive/ |
H A D | jh7110.dtsi | 316 mclk_ext: mclk-ext-clock { label 318 clock-output-names = "mclk_ext"; 540 <&mclk_ext>, 546 "mclk_inner", "mclk_ext", "bclk", 804 <&mclk_ext>; 806 "mclk_inner","mclk_ext"; 822 <&mclk_ext>, 828 "mclk_inner", "mclk_ext", "bclk", 885 <&tdm_ext>, <&mclk_ext>, 893 "tdm_ext", "mclk_ext",
|
H A D | jh7110-common.dtsi | 111 &mclk_ext {
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | snps,designware-i2s.yaml | 53 - const: mclk_ext
|
/linux/drivers/clk/starfive/ |
H A D | clk-starfive-jh7110-sys.c | 509 parents[i].fw_name = "mclk_ext"; in jh7110_syscrg_probe()
|