Searched refs:S3C2410_CLKDIVN_PDIVN (Results 1 – 2 of 2) sorted by relevance
94 pclk = hclk / ((tmp & S3C2410_CLKDIVN_PDIVN) ? 2 : 1); in s3c2410_setup_clocks()
63 #define S3C2410_CLKDIVN_PDIVN (1<<0) macro