Searched refs:S3C_PHYCLK (Results 1 – 2 of 2) sorted by relevance
31 phyclk = readl(S3C_PHYCLK) & ~S3C_PHYCLK_CLKSEL_MASK; in s3c_usb_otgphy_init()51 writel(phyclk | S3C_PHYCLK_CLK_FORCE, S3C_PHYCLK); in s3c_usb_otgphy_init()
29 #define S3C_PHYCLK S3C_HSOTG_PHYREG(0x04) macro