Searched refs:share_count_sai1 (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/clk/imx/ |
D | clk-imx93.c | 31 static u32 share_count_sai1; variable 224 …MX93_CLK_SAI1_GATE, "sai1", "sai1_root", 0x9440, 0, &share_count_sai1}, 225 { IMX93_CLK_SAI1_IPG, "sai1_ipg_clk", "bus_aon_root", 0x9440, 0, &share_count_sai1},
|
D | clk-imx8mm.c | 18 static u32 share_count_sai1; variable 551 …AI1_ROOT] = imx_clk_hw_gate2_shared2("sai1_root_clk", "sai1", base + 0x4330, 0, &share_count_sai1); in imx8mm_clocks_probe() 552 … = imx_clk_hw_gate2_shared2("sai1_ipg_clk", "ipg_audio_root", base + 0x4330, 0, &share_count_sai1); in imx8mm_clocks_probe()
|
D | clk-imx8mq.c | 19 static u32 share_count_sai1; variable 551 …AI1_ROOT] = imx_clk_hw_gate2_shared2("sai1_root_clk", "sai1", base + 0x4330, 0, &share_count_sai1); in imx8mq_clocks_probe() 552 … = imx_clk_hw_gate2_shared2("sai1_ipg_clk", "ipg_audio_root", base + 0x4330, 0, &share_count_sai1); in imx8mq_clocks_probe()
|
D | clk-imx6ul.c | 113 static u32 share_count_sai1; variable 459 …6UL_CLK_SAI1] = imx_clk_hw_gate2_shared("sai1", "sai1_podf", base + 0x7c, 28, &share_count_sai1); in imx6ul_clocks_init() 460 …UL_CLK_SAI1_IPG] = imx_clk_hw_gate2_shared("sai1_ipg", "ipg", base + 0x7c, 28, &share_count_sai1); in imx6ul_clocks_init()
|
D | clk-imx6sx.c | 117 static u32 share_count_sai1; variable 463 …] = imx_clk_hw_gate2_shared("sai1_ipg", "ipg", base + 0x7c, 28, &share_count_sai1); in imx6sx_clocks_init() 465 … = imx_clk_hw_gate2_shared("sai1", "ssi1_podf", base + 0x7c, 28, &share_count_sai1); in imx6sx_clocks_init()
|
D | clk-imx7d.c | 21 static u32 share_count_sai1; variable 801 … = imx_clk_hw_gate2_shared2("sai1_root_clk", "sai1_post_div", base + 0x48c0, 0, &share_count_sai1); in imx7d_clocks_init() 802 … = imx_clk_hw_gate2_shared2("sai1_ipg_clk", "ipg_root_clk", base + 0x48c0, 0, &share_count_sai1); in imx7d_clocks_init()
|