Searched refs:share_count_ssi1 (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/clk/imx/ |
D | clk-imx6sll.c | 75 static u32 share_count_ssi1; variable 337 …SLL_CLK_SSI1] = imx_clk_hw_gate2_shared("ssi1", "ssi1_podf", base + 0x7c, 18, &share_count_ssi1); in imx6sll_clocks_init() 338 …LL_CLK_SSI1_IPG] = imx_clk_hw_gate2_shared("ssi1_ipg", "ipg", base + 0x7c, 18, &share_count_ssi1); in imx6sll_clocks_init()
|
D | clk-imx6sl.c | 93 static unsigned int share_count_ssi1; variable 406 …G] = imx_clk_hw_gate2_shared("ssi1_ipg", "ipg", base + 0x7c, 18, &share_count_ssi1); in imx6sl_clocks_init() 409 … = imx_clk_hw_gate2_shared("ssi1", "ssi1_podf", base + 0x7c, 18, &share_count_ssi1); in imx6sl_clocks_init()
|
D | clk-imx6sx.c | 113 static u32 share_count_ssi1; variable 461 …] = imx_clk_hw_gate2_shared("ssi1_ipg", "ipg", base + 0x7c, 18, &share_count_ssi1); in imx6sx_clocks_init() 464 … = imx_clk_hw_gate2_shared("ssi1", "ssi1_podf", base + 0x7c, 18, &share_count_ssi1); in imx6sx_clocks_init()
|
D | clk-imx6q.c | 119 static unsigned int share_count_ssi1; variable 879 …] = imx_clk_hw_gate2_shared("ssi1_ipg", "ipg", base + 0x7c, 18, &share_count_ssi1); in imx6q_clocks_init() 882 … = imx_clk_hw_gate2_shared("ssi1", "ssi1_podf", base + 0x7c, 18, &share_count_ssi1); in imx6q_clocks_init()
|