Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-s3c/
H A Dsetup-usb-phy-s3c64xx.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()
H A Dregs-usb-hsotg-phy-s3c64xx.h23 #define S3C_PHYPWR S3C_HSOTG_PHYREG(0x00) macro