Searched refs:share_count_spdif (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/clk/imx/
H A Dclk-imx6sl.c98 static unsigned int share_count_spdif; variable
399 hws[IMX6SL_CLK_SPDIF] = imx_clk_hw_gate2_shared("spdif", "spdif0_podf", base + 0x7c, 14, &share_count_spdif);
400 hws[IMX6SL_CLK_SPDIF_GCLK] = imx_clk_hw_gate2_shared("spdif_gclk", "ipg", base + 0x7c, 14, &share_count_spdif);
H A Dclk-imx6q.c129 static unsigned int share_count_spdif; variable
878 hws[IMX6QDL_CLK_SPDIF] = imx_clk_hw_gate2_shared("spdif", "spdif_podf", base + 0x7c, 14, &share_count_spdif);
879 hws[IMX6QDL_CLK_SPDIF_GCLK] = imx_clk_hw_gate2_shared("spdif_gclk", "ipg", base + 0x7c, 14, &share_count_spdif);

Completed in 78 milliseconds