Searched refs:audio_sels (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/arm/mach-imx/ |
D | clk-imx6sl.c | 57 static const char *audio_sels[] = { "pll4_audio_div", "pll3_pfd2", "pll3_pfd3", "pll3_usb_otg", }; variable 319 … = imx_clk_mux("spdif0_sel", base + 0x30, 20, 2, audio_sels, ARRAY_SIZE(audio_sels)); in imx6sl_clocks_init() 320 … = imx_clk_mux("spdif1_sel", base + 0x30, 7, 2, audio_sels, ARRAY_SIZE(audio_sels)); in imx6sl_clocks_init() 321 …] = imx_clk_mux("extern_audio_sel", base + 0x20, 19, 2, audio_sels, ARRAY_SIZE(audio_sels)); in imx6sl_clocks_init()
|
D | clk-imx6q.c | 36 static const char *audio_sels[] = { "pll4_audio_div", "pll3_pfd2_508m", "pll3_pfd3_454m", "pll3_usb… variable 275 … = imx_clk_mux("esai_sel", base + 0x20, 19, 2, audio_sels, ARRAY_SIZE(audio_sels)); in imx6q_clocks_init() 276 … = imx_clk_mux("asrc_sel", base + 0x30, 7, 2, audio_sels, ARRAY_SIZE(audio_sels)); in imx6q_clocks_init() 277 … = imx_clk_mux("spdif_sel", base + 0x30, 20, 2, audio_sels, ARRAY_SIZE(audio_sels)); in imx6q_clocks_init()
|
D | clk-imx6sx.c | 38 static const char *audio_sels[] = { "pll4_audio_div", "pll3_pfd2_508m", "pll5_video_div", "pll3_us… variable 295 …k_mux("esai_sel", base + 0x20, 19, 2, audio_sels, ARRAY_SIZE(audio_sels)); in imx6sx_clocks_init() 299 …k_mux("spdif_sel", base + 0x30, 20, 2, audio_sels, ARRAY_SIZE(audio_sels)); in imx6sx_clocks_init() 300 …k_mux("audio_sel", base + 0x30, 7, 2, audio_sels, ARRAY_SIZE(audio_sels)); in imx6sx_clocks_init()
|