Searched refs:share_count_sai2 (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/clk/imx/ |
H A D | clk-imx93.c | 37 static u32 share_count_sai2; variable 236 …MX93_CLK_SAI2_GATE, "sai2", "sai2_root", 0x9480, 0, &share_count_sai2}, 237 { IMX93_CLK_SAI2_IPG, "sai2_ipg_clk", "bus_wakeup_root", 0x9480, 0, &share_count_sai2},
|
H A D | clk-imx8mn.c | 18 static u32 share_count_sai2; variable 553 …AI2_ROOT] = imx_clk_hw_gate2_shared2("sai2_root_clk", "sai2", base + 0x4340, 0, &share_count_sai2); in imx8mn_clocks_probe() 554 … = imx_clk_hw_gate2_shared2("sai2_ipg_clk", "ipg_audio_root", base + 0x4340, 0, &share_count_sai2); in imx8mn_clocks_probe()
|
H A D | clk-imx8mq.c | 20 static u32 share_count_sai2; variable 553 …AI2_ROOT] = imx_clk_hw_gate2_shared2("sai2_root_clk", "sai2", base + 0x4340, 0, &share_count_sai2); in imx8mq_clocks_probe() 554 …2_IPG] = imx_clk_hw_gate2_shared2("sai2_ipg_clk", "ipg_root", base + 0x4340, 0, &share_count_sai2); in imx8mq_clocks_probe()
|
H A D | clk-imx8mm.c | 19 static u32 share_count_sai2; variable 553 …AI2_ROOT] = imx_clk_hw_gate2_shared2("sai2_root_clk", "sai2", base + 0x4340, 0, &share_count_sai2); in imx8mm_clocks_probe() 554 … = imx_clk_hw_gate2_shared2("sai2_ipg_clk", "ipg_audio_root", base + 0x4340, 0, &share_count_sai2); in imx8mm_clocks_probe()
|
H A D | clk-imx6ul.c | 114 static u32 share_count_sai2; variable 461 …6UL_CLK_SAI2] = imx_clk_hw_gate2_shared("sai2", "sai2_podf", base + 0x7c, 30, &share_count_sai2); in imx6ul_clocks_init() 462 …UL_CLK_SAI2_IPG] = imx_clk_hw_gate2_shared("sai2_ipg", "ipg", base + 0x7c, 30, &share_count_sai2); in imx6ul_clocks_init()
|
H A D | clk-imx6sx.c | 118 static u32 share_count_sai2; variable 464 …] = imx_clk_hw_gate2_shared("sai2_ipg", "ipg", base + 0x7c, 30, &share_count_sai2); in imx6sx_clocks_init() 466 … = imx_clk_hw_gate2_shared("sai2", "ssi2_podf", base + 0x7c, 30, &share_count_sai2); in imx6sx_clocks_init()
|
H A D | clk-imx7d.c | 22 static u32 share_count_sai2; variable 803 … = imx_clk_hw_gate2_shared2("sai2_root_clk", "sai2_post_div", base + 0x48d0, 0, &share_count_sai2); in imx7d_clocks_init() 804 … = imx_clk_hw_gate2_shared2("sai2_ipg_clk", "ipg_root_clk", base + 0x48d0, 0, &share_count_sai2); in imx7d_clocks_init()
|