Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-s3c64xx/include/mach/
Dpll.h17 #define S3C6400_PLL_SDIV_MASK ((1 << (2-0+1)) - 1) macro
33 sdiv = (pllcon >> S3C6400_PLL_SDIV_SHIFT) & S3C6400_PLL_SDIV_MASK; in s3c6400_get_pll()