Searched refs:clock_upll (Results 1 – 3 of 3) sorted by relevance
78 struct clk *clock_upll; in s3c244x_clk_add() local92 clock_upll = clk_get(NULL, "upll"); in s3c244x_clk_add()93 if (IS_ERR(clock_upll)) { in s3c244x_clk_add()101 if (clk_get_rate(clock_upll) > (94 * MHZ)) { in s3c244x_clk_add()102 clk_usb_bus.rate = clk_get_rate(clock_upll) / 2; in s3c244x_clk_add()
118 struct clk *clock_upll; in s3c2442_clk_add() local124 clock_upll = clk_get(NULL, "upll"); in s3c2442_clk_add()126 if (IS_ERR(clock_p) || IS_ERR(clock_h) || IS_ERR(clock_upll)) { in s3c2442_clk_add()132 s3c2442_clk_cam_upll.parent = clock_upll; in s3c2442_clk_add()
114 struct clk *clock_upll; in s3c2440_clk_add() local120 clock_upll = clk_get(NULL, "upll"); in s3c2440_clk_add()122 if (IS_ERR(clock_p) || IS_ERR(clock_h) || IS_ERR(clock_upll)) { in s3c2440_clk_add()129 s3c2440_clk_cam_upll.parent = clock_upll; in s3c2440_clk_add()