Searched refs:S3C_PHYPWR (Results 1 – 4 of 4) sorted by relevance
54 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()
53 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()
27 #define S3C_PHYPWR S3C_HSOTG_PHYREG(0x00) macro
2860 pwr = readl(S3C_PHYPWR); in s3c_hsotg_otgreset()2862 writel(pwr, S3C_PHYPWR); in s3c_hsotg_otgreset()