Searched refs:clock_upll (Results 1 – 3 of 3) sorted by relevance
79 struct clk *clock_upll; in s3c244x_clk_add() local93 clock_upll = clk_get(NULL, "upll"); in s3c244x_clk_add()94 if (IS_ERR(clock_upll)) { in s3c244x_clk_add()102 if (clk_get_rate(clock_upll) > (94 * MHZ)) { in s3c244x_clk_add()103 clk_usb_bus.rate = clk_get_rate(clock_upll) / 2; in s3c244x_clk_add()
128 struct clk *clock_upll; in s3c2442_clk_add() local134 clock_upll = clk_get(NULL, "upll"); in s3c2442_clk_add()136 if (IS_ERR(clock_p) || IS_ERR(clock_h) || IS_ERR(clock_upll)) { in s3c2442_clk_add()142 s3c2442_clk_cam_upll.parent = clock_upll; in s3c2442_clk_add()
174 struct clk *clock_upll; in s3c2440_clk_add() local180 clock_upll = clk_get(NULL, "upll"); in s3c2440_clk_add()182 if (IS_ERR(clock_p) || IS_ERR(clock_h) || IS_ERR(clock_upll)) { in s3c2440_clk_add()189 s3c2440_clk_cam_upll.parent = clock_upll; in s3c2440_clk_add()