Lines Matching +full:s3c64xx +full:- +full:clock
1 // SPDX-License-Identifier: GPL-2.0+
13 #include "usb-phy.h"
15 #include "regs-sys-s3c64xx.h"
16 #include "regs-usb-hsotg-phy-s3c64xx.h"
30 /* set clock frequency for PLL */ in s3c_usb_otgphy_init()
33 xusbxti = clk_get(&pdev->dev, "xusbxti"); in s3c_usb_otgphy_init()
44 /* default reference clock */ in s3c_usb_otgphy_init()
50 /* TODO: select external clock/oscillator */ in s3c_usb_otgphy_init()
60 udelay(20); /* at-least 10uS */ in s3c_usb_otgphy_init()
81 return -EINVAL; in s3c_usb_phy_init()
89 return -EINVAL; in s3c_usb_phy_exit()