Home
last modified time | relevance | path

Searched refs:S3C_PHYCLK (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/arm/mach-s3c64xx/
Dsetup-usb-phy.c31 phyclk = readl(S3C_PHYCLK) & ~S3C_PHYCLK_CLKSEL_MASK; in s3c_usb_otgphy_init()
51 writel(phyclk | S3C_PHYCLK_CLK_FORCE, S3C_PHYCLK); in s3c_usb_otgphy_init()
/linux-3.4.99/arch/arm/mach-s5pv210/
Dsetup-usb-phy.c30 phyclk = readl(S3C_PHYCLK) & ~S3C_PHYCLK_CLKSEL_MASK; in s5pv210_usb_otgphy_init()
50 writel(phyclk | S3C_PHYCLK_CLK_FORCE, S3C_PHYCLK); in s5pv210_usb_otgphy_init()
/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Dregs-usb-hsotg-phy.h33 #define S3C_PHYCLK S3C_HSOTG_PHYREG(0x04) macro
/linux-3.4.99/drivers/usb/gadget/
Ds3c-hsotg.c2884 writel(osc | 0x10, S3C_PHYCLK); in s3c_hsotg_otgreset()