Searched refs:S3C_PHYPWR (Results 1 – 2 of 2) sorted by relevance
55 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()
26 #define S3C_PHYPWR S3C_HSOTG_PHYREG(0x00) macro