Searched refs:share_count_audio (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/clk/imx/ |
D | clk-imx6sll.c | 74 static u32 share_count_audio; variable 334 …imx_clk_hw_gate2_shared("extern_audio", "extern_audio_podf", base + 0x7c, 14, &share_count_audio); in imx6sll_clocks_init() 335 …CLK_SPDIF] = imx_clk_hw_gate2_shared("spdif", "spdif_podf", base + 0x7c, 14, &share_count_audio); in imx6sll_clocks_init() 336 …K_SPDIF_GCLK] = imx_clk_hw_gate2_shared("spdif_gclk", "ipg", base + 0x7c, 14, &share_count_audio); in imx6sll_clocks_init()
|
D | clk-imx6sx.c | 111 static u32 share_count_audio; variable 458 … = imx_clk_hw_gate2_shared("audio", "audio_podf", base + 0x7c, 14, &share_count_audio); in imx6sx_clocks_init() 459 … = imx_clk_hw_gate2_shared("spdif", "spdif_podf", base + 0x7c, 14, &share_count_audio); in imx6sx_clocks_init() 460 …K] = imx_clk_hw_gate2_shared("spdif_gclk", "ipg", base + 0x7c, 14, &share_count_audio); in imx6sx_clocks_init()
|
D | clk-imx6ul.c | 98 static u32 share_count_audio; variable 431 …CLK_SPDIF] = imx_clk_hw_gate2_shared("spdif", "spdif_podf", base + 0x7c, 14, &share_count_audio); in imx6ul_clocks_init() 432 …K_SPDIF_GCLK] = imx_clk_hw_gate2_shared("spdif_gclk", "ipg", base + 0x7c, 14, &share_count_audio); in imx6ul_clocks_init()
|