enet_ref          181 arch/arm/mach-imx/mach-imx6q.c 	struct clk *enet_ref;
enet_ref          197 arch/arm/mach-imx/mach-imx6q.c 	enet_ref = clk_get_sys(NULL, "enet_ref");
enet_ref          198 arch/arm/mach-imx/mach-imx6q.c 	if (IS_ERR(enet_ref)) {
enet_ref          208 arch/arm/mach-imx/mach-imx6q.c 	clksel = clk_is_match(ptp_clk, enet_ref) ?
enet_ref          219 arch/arm/mach-imx/mach-imx6q.c 	clk_put(enet_ref);