Searched refs:audio_parents (Results 1 – 9 of 9) sorted by relevance
/linux-4.19.296/drivers/clk/sunxi-ng/ |
D | ccu-sun50i-h6.c | 490 static const char * const audio_parents[] = { "pll-audio", "pll-audio-2x", "pll-audio-4x" }; variable 498 audio_parents, 511 audio_parents, 524 audio_parents, 537 audio_parents, 555 audio_parents, 570 audio_parents, 585 audio_parents,
|
D | ccu-sun4i-a10.c | 597 static const char *const audio_parents[] = { "pll-audio-8x", "pll-audio-4x", variable 599 static SUNXI_CCU_MUX_WITH_GATE(i2s0_clk, "i2s0", audio_parents, 602 static SUNXI_CCU_MUX_WITH_GATE(ac97_clk, "ac97", audio_parents, 606 static SUNXI_CCU_MUX_WITH_GATE(spdif_clk, "spdif", audio_parents, 652 static SUNXI_CCU_MUX_WITH_GATE(i2s1_clk, "i2s1", audio_parents, 656 static SUNXI_CCU_MUX_WITH_GATE(i2s2_clk, "i2s2", audio_parents,
|
/linux-4.19.296/drivers/clk/mediatek/ |
D | clk-mt8135.c | 251 static const char * const audio_parents[] __initconst = { variable 385 MUX_GATE(CLK_TOP_AUDIO_SEL, "audio_sel", audio_parents, 0x0158, 24, 2, 31),
|
D | clk-mt6797.c | 227 static const char * const audio_parents[] = { variable 357 MUX_GATE(CLK_TOP_MUX_AUDIO, "audio_sel", audio_parents,
|
D | clk-mt7622.c | 261 static const char * const audio_parents[] = { variable 577 MUX_GATE(CLK_TOP_AUDIO_SEL, "audio_sel", audio_parents,
|
D | clk-mt2712.c | 395 static const char * const audio_parents[] = { variable 781 audio_parents, 0x080, 16, 2, 23),
|
D | clk-mt8173.c | 327 static const char * const audio_parents[] __initconst = { variable 572 MUX_GATE(CLK_TOP_AUDIO_SEL, "audio_sel", audio_parents, 0x0080, 16, 2, 23),
|
D | clk-mt2701.c | 252 static const char * const audio_parents[] = { variable
|
/linux-4.19.296/drivers/clk/tegra/ |
D | clk-tegra20.c | 737 static const char *audio_parents[] = { "spdif_in", "i2s1", "i2s2", "unused", variable 746 clk = clk_register_mux(NULL, "audio_mux", audio_parents, in tegra20_audio_clk_init() 747 ARRAY_SIZE(audio_parents), in tegra20_audio_clk_init()
|