Home
last modified time | relevance | path

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

/arch/arm/mach-s3c64xx/
Dsetup-usb-phy.c55 writel((readl(S3C_PHYPWR) & ~S3C_PHYPWR_NORMAL_MASK), S3C_PHYPWR); in s3c_usb_otgphy_init()
69 writel((readl(S3C_PHYPWR) | S3C_PHYPWR_ANALOG_POWERDOWN | in s3c_usb_otgphy_exit()
70 S3C_PHYPWR_OTG_DISABLE), S3C_PHYPWR); in s3c_usb_otgphy_exit()
Dregs-usb-hsotg-phy.h26 #define S3C_PHYPWR S3C_HSOTG_PHYREG(0x00) macro