Searched refs:share_count_sai1 (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/imx/ |
D | clk-imx8mq.c | 19 static u32 share_count_sai1; variable 526 …AI1_ROOT] = imx_clk_hw_gate2_shared2("sai1_root_clk", "sai1", base + 0x4330, 0, &share_count_sai1); in imx8mq_clocks_probe() 527 … = imx_clk_hw_gate2_shared2("sai1_ipg_clk", "ipg_audio_root", base + 0x4330, 0, &share_count_sai1); in imx8mq_clocks_probe()
|
D | clk-imx8mm.c | 18 static u32 share_count_sai1; variable 556 …AI1_ROOT] = imx_clk_hw_gate2_shared2("sai1_root_clk", "sai1", base + 0x4330, 0, &share_count_sai1); in imx8mm_clocks_probe() 557 … = imx_clk_hw_gate2_shared2("sai1_ipg_clk", "ipg_audio_root", base + 0x4330, 0, &share_count_sai1); in imx8mm_clocks_probe()
|
D | clk-imx6ul.c | 99 static u32 share_count_sai1; variable 439 …6UL_CLK_SAI1] = imx_clk_hw_gate2_shared("sai1", "sai1_podf", base + 0x7c, 28, &share_count_sai1); in imx6ul_clocks_init() 440 …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 462 …] = imx_clk_hw_gate2_shared("sai1_ipg", "ipg", base + 0x7c, 28, &share_count_sai1); in imx6sx_clocks_init() 464 … = 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 802 … = imx_clk_hw_gate2_shared2("sai1_root_clk", "sai1_post_div", base + 0x48c0, 0, &share_count_sai1); in imx7d_clocks_init() 803 … = imx_clk_hw_gate2_shared2("sai1_ipg_clk", "ipg_root_clk", base + 0x48c0, 0, &share_count_sai1); in imx7d_clocks_init()
|