Searched refs:share_count_sai2 (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/clk/imx/ |
D | clk-imx8mq.c | 19 static u32 share_count_sai2; variable 512 …K_SAI2_ROOT] = imx_clk_gate2_shared2("sai2_root_clk", "sai2", base + 0x4340, 0, &share_count_sai2); in imx8mq_clocks_probe() 513 …SAI2_IPG] = imx_clk_gate2_shared2("sai2_ipg_clk", "ipg_root", base + 0x4340, 0, &share_count_sai2); in imx8mq_clocks_probe()
|
D | clk-imx8mn.c | 19 static u32 share_count_sai2; variable 573 …K_SAI2_ROOT] = imx_clk_gate2_shared2("sai2_root_clk", "sai2", base + 0x4340, 0, &share_count_sai2); in imx8mn_clocks_probe() 574 …PG] = imx_clk_gate2_shared2("sai2_ipg_clk", "ipg_audio_root", base + 0x4340, 0, &share_count_sai2); in imx8mn_clocks_probe()
|
D | clk-imx8mm.c | 20 static u32 share_count_sai2; variable 591 …K_SAI2_ROOT] = imx_clk_gate2_shared2("sai2_root_clk", "sai2", base + 0x4340, 0, &share_count_sai2); in imx8mm_clocks_probe() 592 …PG] = imx_clk_gate2_shared2("sai2_ipg_clk", "ipg_audio_root", base + 0x4340, 0, &share_count_sai2); in imx8mm_clocks_probe()
|
D | clk-imx6ul.c | 100 static u32 share_count_sai2; variable 441 …6UL_CLK_SAI2] = imx_clk_hw_gate2_shared("sai2", "sai2_podf", base + 0x7c, 30, &share_count_sai2); in imx6ul_clocks_init() 442 …UL_CLK_SAI2_IPG] = imx_clk_hw_gate2_shared("sai2_ipg", "ipg", base + 0x7c, 30, &share_count_sai2); in imx6ul_clocks_init()
|
D | clk-imx6sx.c | 117 static u32 share_count_sai2; variable 470 …] = imx_clk_hw_gate2_shared("sai2_ipg", "ipg", base + 0x7c, 30, &share_count_sai2); in imx6sx_clocks_init() 472 … = imx_clk_hw_gate2_shared("sai2", "ssi2_podf", base + 0x7c, 30, &share_count_sai2); in imx6sx_clocks_init()
|
D | clk-imx7d.c | 21 static u32 share_count_sai2; variable 814 … = imx_clk_hw_gate2_shared2("sai2_root_clk", "sai2_post_div", base + 0x48d0, 0, &share_count_sai2); in imx7d_clocks_init() 815 … = imx_clk_hw_gate2_shared2("sai2_ipg_clk", "ipg_root_clk", base + 0x48d0, 0, &share_count_sai2); in imx7d_clocks_init()
|