Searched refs:xusbxti (Results 1 – 1 of 1) sorted by relevance
2803 struct clk *xusbxti; in s3c_hsotg_otgreset() local2813 xusbxti = clk_get(hsotg->dev, "xusbxti"); in s3c_hsotg_otgreset()2814 if (xusbxti && !IS_ERR(xusbxti)) { in s3c_hsotg_otgreset()2815 switch (clk_get_rate(xusbxti)) { in s3c_hsotg_otgreset()2827 clk_put(xusbxti); in s3c_hsotg_otgreset()