Searched refs:share_count_ssi3 (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/clk/imx/ |
D | clk-imx6sll.c | 77 static u32 share_count_ssi3; variable 341 …SLL_CLK_SSI3] = imx_clk_hw_gate2_shared("ssi3", "ssi3_podf", base + 0x7c, 22, &share_count_ssi3); in imx6sll_clocks_init() 342 …LL_CLK_SSI3_IPG] = imx_clk_hw_gate2_shared("ssi3_ipg", "ipg", base + 0x7c, 22, &share_count_ssi3); in imx6sll_clocks_init()
|
D | clk-imx6sl.c | 95 static unsigned int share_count_ssi3; variable 408 …G] = imx_clk_hw_gate2_shared("ssi3_ipg", "ipg", base + 0x7c, 22, &share_count_ssi3); in imx6sl_clocks_init() 411 … = imx_clk_hw_gate2_shared("ssi3", "ssi3_podf", base + 0x7c, 22, &share_count_ssi3); in imx6sl_clocks_init()
|
D | clk-imx6sx.c | 115 static u32 share_count_ssi3; variable 463 …] = imx_clk_hw_gate2_shared("ssi3_ipg", "ipg", base + 0x7c, 22, &share_count_ssi3); in imx6sx_clocks_init() 466 … = imx_clk_hw_gate2_shared("ssi3", "ssi3_podf", base + 0x7c, 22, &share_count_ssi3); in imx6sx_clocks_init()
|
D | clk-imx6q.c | 121 static unsigned int share_count_ssi3; variable 881 …] = imx_clk_hw_gate2_shared("ssi3_ipg", "ipg", base + 0x7c, 22, &share_count_ssi3); in imx6q_clocks_init() 884 … = imx_clk_hw_gate2_shared("ssi3", "ssi3_podf", base + 0x7c, 22, &share_count_ssi3); in imx6q_clocks_init()
|