Searched refs:S3C2412_CLKDIVN_HDIVN_MASK (Results 1 – 2 of 2) sorted by relevance
106 #define S3C2412_CLKDIVN_HDIVN_MASK (3<<0) macro
186 hclk = fclk / ((tmp & S3C2412_CLKDIVN_HDIVN_MASK) + 1); in s3c2412_setup_clocks()