Searched refs:share_count_ssi2 (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/clk/imx/ |
D | clk-imx6sll.c | 76 static u32 share_count_ssi2; variable 339 …SLL_CLK_SSI2] = imx_clk_hw_gate2_shared("ssi2", "ssi2_podf", base + 0x7c, 20, &share_count_ssi2); in imx6sll_clocks_init() 340 …LL_CLK_SSI2_IPG] = imx_clk_hw_gate2_shared("ssi2_ipg", "ipg", base + 0x7c, 20, &share_count_ssi2); in imx6sll_clocks_init()
|
D | clk-imx6sl.c | 94 static unsigned int share_count_ssi2; variable 407 …G] = imx_clk_hw_gate2_shared("ssi2_ipg", "ipg", base + 0x7c, 20, &share_count_ssi2); in imx6sl_clocks_init() 410 … = imx_clk_hw_gate2_shared("ssi2", "ssi2_podf", base + 0x7c, 20, &share_count_ssi2); in imx6sl_clocks_init()
|
D | clk-imx6sx.c | 114 static u32 share_count_ssi2; variable 462 …] = imx_clk_hw_gate2_shared("ssi2_ipg", "ipg", base + 0x7c, 20, &share_count_ssi2); in imx6sx_clocks_init() 465 … = imx_clk_hw_gate2_shared("ssi2", "ssi2_podf", base + 0x7c, 20, &share_count_ssi2); in imx6sx_clocks_init()
|
D | clk-imx6q.c | 120 static unsigned int share_count_ssi2; variable 880 …] = imx_clk_hw_gate2_shared("ssi2_ipg", "ipg", base + 0x7c, 20, &share_count_ssi2); in imx6q_clocks_init() 883 … = imx_clk_hw_gate2_shared("ssi2", "ssi2_podf", base + 0x7c, 20, &share_count_ssi2); in imx6q_clocks_init()
|