Searched refs:share_count_audio (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/clk/imx/ |
H A D | clk-imx6sll.c | 74 static u32 share_count_audio; variable 318 …imx_clk_hw_gate2_shared("extern_audio", "extern_audio_podf", base + 0x7c, 14, &share_count_audio); in imx6sll_clocks_init() 319 …CLK_SPDIF] = imx_clk_hw_gate2_shared("spdif", "spdif_podf", base + 0x7c, 14, &share_count_audio); in imx6sll_clocks_init() 320 …K_SPDIF_GCLK] = imx_clk_hw_gate2_shared("spdif_gclk", "ipg", base + 0x7c, 14, &share_count_audio); in imx6sll_clocks_init()
|
H A D | clk-imx6sx.c | 112 static u32 share_count_audio; variable 452 … = imx_clk_hw_gate2_shared("audio", "audio_podf", base + 0x7c, 14, &share_count_audio); in imx6sx_clocks_init() 453 … = imx_clk_hw_gate2_shared("spdif", "spdif_podf", base + 0x7c, 14, &share_count_audio); in imx6sx_clocks_init() 454 …K] = imx_clk_hw_gate2_shared("spdif_gclk", "ipg", base + 0x7c, 14, &share_count_audio); in imx6sx_clocks_init()
|
H A D | clk-imx6ul.c | 112 static u32 share_count_audio; variable 451 …CLK_SPDIF] = imx_clk_hw_gate2_shared("spdif", "spdif_podf", base + 0x7c, 14, &share_count_audio); in imx6ul_clocks_init() 452 …K_SPDIF_GCLK] = imx_clk_hw_gate2_shared("spdif_gclk", "ipg", base + 0x7c, 14, &share_count_audio); in imx6ul_clocks_init()
|