Searched refs:share_count_ssi3 (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/clk/imx/ |
D | clk-imx6sl.c | 97 static unsigned int share_count_ssi3; variable 403 …G] = imx_clk_hw_gate2_shared("ssi3_ipg", "ipg", base + 0x7c, 22, &share_count_ssi3); in imx6sl_clocks_init() 406 … = imx_clk_hw_gate2_shared("ssi3", "ssi3_podf", base + 0x7c, 22, &share_count_ssi3); in imx6sl_clocks_init()
|
D | clk-imx6sll.c | 77 static u32 share_count_ssi3; variable 325 …SLL_CLK_SSI3] = imx_clk_hw_gate2_shared("ssi3", "ssi3_podf", base + 0x7c, 22, &share_count_ssi3); in imx6sll_clocks_init() 326 …LL_CLK_SSI3_IPG] = imx_clk_hw_gate2_shared("ssi3_ipg", "ipg", base + 0x7c, 22, &share_count_ssi3); in imx6sll_clocks_init()
|
D | clk-imx6sx.c | 116 static u32 share_count_ssi3; variable 456 …] = imx_clk_hw_gate2_shared("ssi3_ipg", "ipg", base + 0x7c, 22, &share_count_ssi3); in imx6sx_clocks_init() 459 … = imx_clk_hw_gate2_shared("ssi3", "ssi3_podf", base + 0x7c, 22, &share_count_ssi3); in imx6sx_clocks_init()
|
D | clk-imx6q.c | 122 static unsigned int share_count_ssi3; variable 877 …] = imx_clk_hw_gate2_shared("ssi3_ipg", "ipg", base + 0x7c, 22, &share_count_ssi3); in imx6q_clocks_init() 880 … = imx_clk_hw_gate2_shared("ssi3", "ssi3_podf", base + 0x7c, 22, &share_count_ssi3); in imx6q_clocks_init()
|