Searched refs:share_count_asrc (Results 1 – 2 of 2) sorted by relevance
| /linux-4.1.27/arch/arm/mach-imx/ |
| D | clk-imx6q.c | 118 static unsigned int share_count_asrc; variable 374 …] = imx_clk_gate2_shared("asrc", "asrc_podf", base + 0x68, 6, &share_count_asrc); in imx6q_clocks_init() 375 …_IPG] = imx_clk_gate2_shared("asrc_ipg", "ahb", base + 0x68, 6, &share_count_asrc); in imx6q_clocks_init() 376 …_MEM] = imx_clk_gate2_shared("asrc_mem", "ahb", base + 0x68, 6, &share_count_asrc); in imx6q_clocks_init()
|
| D | clk-imx6sx.c | 132 static u32 share_count_asrc; variable 382 …_MEM] = imx_clk_gate2_shared("asrc_mem", "ahb", base + 0x68, 6, &share_count_asrc); in imx6sx_clocks_init() 383 …_IPG] = imx_clk_gate2_shared("asrc_ipg", "ahb", base + 0x68, 6, &share_count_asrc); in imx6sx_clocks_init()
|