Searched refs:share_count_asrc (Results 1 – 3 of 3) sorted by relevance
/drivers/clk/imx/ |
D | clk-imx6ul.c | 97 static u32 share_count_asrc; variable 336 …X6UL_CLK_ASRC_IPG] = imx_clk_hw_gate2_shared("asrc_ipg", "ahb", base + 0x68, 6, &share_count_asrc); in imx6ul_clocks_init() 337 …X6UL_CLK_ASRC_MEM] = imx_clk_hw_gate2_shared("asrc_mem", "ahb", base + 0x68, 6, &share_count_asrc); in imx6ul_clocks_init()
|
D | clk-imx6q.c | 119 static unsigned int share_count_asrc; variable 791 … = imx_clk_hw_gate2_shared("asrc", "asrc_podf", base + 0x68, 6, &share_count_asrc); in imx6q_clocks_init() 792 …G] = imx_clk_hw_gate2_shared("asrc_ipg", "ahb", base + 0x68, 6, &share_count_asrc); in imx6q_clocks_init() 793 …M] = imx_clk_hw_gate2_shared("asrc_mem", "ahb", base + 0x68, 6, &share_count_asrc); in imx6q_clocks_init()
|
D | clk-imx6sx.c | 111 static u32 share_count_asrc; variable 373 …M] = imx_clk_hw_gate2_shared("asrc_mem", "ahb", base + 0x68, 6, &share_count_asrc); in imx6sx_clocks_init() 374 …G] = imx_clk_hw_gate2_shared("asrc_ipg", "ahb", base + 0x68, 6, &share_count_asrc); in imx6sx_clocks_init()
|