Searched refs:share_count_spdif (Results 1 – 3 of 3) sorted by relevance
| /drivers/clk/imx/ |
| A D | clk-imx93.c | 41 static u32 share_count_spdif; variable 256 { IMX93_CLK_SPDIF_IPG, "spdif_ipg_clk", "bus_wakeup_root", 0x9c00, 0, &share_count_spdif}, 257 { IMX93_CLK_SPDIF_GATE, "spdif", "spdif_root", 0x9c00, 0, &share_count_spdif},
|
| A D | clk-imx6sl.c | 98 static unsigned int share_count_spdif; variable 399 … = imx_clk_hw_gate2_shared("spdif", "spdif0_podf", base + 0x7c, 14, &share_count_spdif); in imx6sl_clocks_init() 400 …LK] = imx_clk_hw_gate2_shared("spdif_gclk", "ipg", base + 0x7c, 14, &share_count_spdif); in imx6sl_clocks_init()
|
| A D | clk-imx6q.c | 129 static unsigned int share_count_spdif; variable 878 … = imx_clk_hw_gate2_shared("spdif", "spdif_podf", base + 0x7c, 14, &share_count_spdif); in imx6q_clocks_init() 879 …K] = imx_clk_hw_gate2_shared("spdif_gclk", "ipg", base + 0x7c, 14, &share_count_spdif); in imx6q_clocks_init()
|
Completed in 11 milliseconds