Home
last modified time | relevance | path

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

/trueos/sys/arm/samsung/s3c2xx0/
HDs3c24x0.c553 uint32_t pllcon, divn; in s3c2410_clock_freq2() local
558 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() local
585 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()