Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/plat-samsung/include/plat/
Dregs-usb-hsotg-phy.h38 #define S3C_PHYCLK_CLKSEL_MASK (0x3 << 0) macro
/linux-4.1.27/arch/arm/mach-s3c64xx/
Dsetup-usb-phy.c32 phyclk = readl(S3C_PHYCLK) & ~S3C_PHYCLK_CLKSEL_MASK; in s3c_usb_otgphy_init()