Searched refs:divn (Results 1 – 1 of 1) sorted by relevance
553 uint32_t pllcon, divn; in s3c2410_clock_freq2() local558 divn = *(volatile uint32_t *)(clkman_base + CLKMAN_CLKDIVN); in s3c2410_clock_freq2()566 if (divn & S3C2410_CLKDIVN_HDIVN) in s3c2410_clock_freq2()569 if (divn & CLKDIVN_PDIVN) in s3c2410_clock_freq2()580 uint32_t pllcon, divn, camdivn; in s3c2440_clock_freq2() local585 divn = *(volatile uint32_t *)(clkman_base + CLKMAN_CLKDIVN); in s3c2440_clock_freq2()594 switch((divn >> 1) & 3) { in s3c2440_clock_freq2()616 if (divn & CLKDIVN_PDIVN) in s3c2440_clock_freq2()