Searched refs:share_count_sai3 (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/clk/imx/ |
D | clk-imx93.c | 33 static u32 share_count_sai3; variable 228 …MX93_CLK_SAI3_GATE, "sai3", "sai3_root", 0x94c0, 0, &share_count_sai3}, 229 { IMX93_CLK_SAI3_IPG, "sai3_ipg_clk", "bus_wakeup_root", 0x94c0, 0, &share_count_sai3},
|
D | clk-imx8mn.c | 19 static u32 share_count_sai3; variable 555 …AI3_ROOT] = imx_clk_hw_gate2_shared2("sai3_root_clk", "sai3", base + 0x4350, 0, &share_count_sai3); in imx8mn_clocks_probe() 556 … = imx_clk_hw_gate2_shared2("sai3_ipg_clk", "ipg_audio_root", base + 0x4350, 0, &share_count_sai3); in imx8mn_clocks_probe()
|
D | clk-imx8mm.c | 20 static u32 share_count_sai3; variable 555 …AI3_ROOT] = imx_clk_hw_gate2_shared2("sai3_root_clk", "sai3", base + 0x4350, 0, &share_count_sai3); in imx8mm_clocks_probe() 556 … = imx_clk_hw_gate2_shared2("sai3_ipg_clk", "ipg_audio_root", base + 0x4350, 0, &share_count_sai3); in imx8mm_clocks_probe()
|
D | clk-imx8mq.c | 21 static u32 share_count_sai3; variable 555 …AI3_ROOT] = imx_clk_hw_gate2_shared2("sai3_root_clk", "sai3", base + 0x4350, 0, &share_count_sai3); in imx8mq_clocks_probe() 556 …3_IPG] = imx_clk_hw_gate2_shared2("sai3_ipg_clk", "ipg_root", base + 0x4350, 0, &share_count_sai3); in imx8mq_clocks_probe()
|
D | clk-imx6ul.c | 115 static u32 share_count_sai3; variable 453 …6UL_CLK_SAI3] = imx_clk_hw_gate2_shared("sai3", "sai3_podf", base + 0x7c, 22, &share_count_sai3); in imx6ul_clocks_init() 454 …UL_CLK_SAI3_IPG] = imx_clk_hw_gate2_shared("sai3_ipg", "ipg", base + 0x7c, 22, &share_count_sai3); in imx6ul_clocks_init()
|
D | clk-imx7d.c | 23 static u32 share_count_sai3; variable 805 … = imx_clk_hw_gate2_shared2("sai3_root_clk", "sai3_post_div", base + 0x48e0, 0, &share_count_sai3); in imx7d_clocks_init() 806 … = imx_clk_hw_gate2_shared2("sai3_ipg_clk", "ipg_root_clk", base + 0x48e0, 0, &share_count_sai3); in imx7d_clocks_init()
|