Searched refs:S3C2410_CLKDIVN_HDIVN (Results 1 – 3 of 3) sorted by relevance
101 hclk = fclk / ((tmp & S3C2410_CLKDIVN_HDIVN) ? 2 : 1); in s3c2410_setup_clocks()
40 clkdiv |= S3C2410_CLKDIVN_HDIVN; in s3c2410_cpufreq_setdivs()
64 #define S3C2410_CLKDIVN_HDIVN (1<<1) macro