Home
last modified time | relevance | path

Searched refs:xusbxti (Results 1 – 2 of 2) sorted by relevance

/arch/arm/mach-s3c64xx/
Dsetup-usb-phy.c25 struct clk *xusbxti; in s3c_usb_otgphy_init() local
33 xusbxti = clk_get(&pdev->dev, "xusbxti"); in s3c_usb_otgphy_init()
34 if (xusbxti && !IS_ERR(xusbxti)) { in s3c_usb_otgphy_init()
35 switch (clk_get_rate(xusbxti)) { in s3c_usb_otgphy_init()
47 clk_put(xusbxti); in s3c_usb_otgphy_init()
/arch/arm/mach-s5pv210/
Dsetup-usb-phy.c23 struct clk *xusbxti; in s5pv210_usb_otgphy_init() local
32 xusbxti = clk_get(&pdev->dev, "xusbxti"); in s5pv210_usb_otgphy_init()
33 if (xusbxti && !IS_ERR(xusbxti)) { in s5pv210_usb_otgphy_init()
34 switch (clk_get_rate(xusbxti)) { in s5pv210_usb_otgphy_init()
46 clk_put(xusbxti); in s5pv210_usb_otgphy_init()