Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-s3c64xx/
Dsetup-usb-phy.c54 writel((readl(S3C_PHYPWR) & ~S3C_PHYPWR_NORMAL_MASK), S3C_PHYPWR); in s3c_usb_otgphy_init()
68 writel((readl(S3C_PHYPWR) | S3C_PHYPWR_ANALOG_POWERDOWN | in s3c_usb_otgphy_exit()
69 S3C_PHYPWR_OTG_DISABLE), S3C_PHYPWR); in s3c_usb_otgphy_exit()
/linux-3.4.99/arch/arm/mach-s5pv210/
Dsetup-usb-phy.c53 writel((readl(S3C_PHYPWR) & ~S3C_PHYPWR_NORMAL_MASK), S3C_PHYPWR); in s5pv210_usb_otgphy_init()
67 writel((readl(S3C_PHYPWR) | S3C_PHYPWR_ANALOG_POWERDOWN | in s5pv210_usb_otgphy_exit()
68 S3C_PHYPWR_OTG_DISABLE), S3C_PHYPWR); in s5pv210_usb_otgphy_exit()
/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Dregs-usb-hsotg-phy.h27 #define S3C_PHYPWR S3C_HSOTG_PHYREG(0x00) macro
/linux-3.4.99/drivers/usb/gadget/
Ds3c-hsotg.c2860 pwr = readl(S3C_PHYPWR); in s3c_hsotg_otgreset()
2862 writel(pwr, S3C_PHYPWR); in s3c_hsotg_otgreset()