Searched refs:ucon1 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Ds3c2440.c59 unsigned long ucon0, ucon1, ucon2; local
78 ucon1 = __raw_readl(S3C24XX_VA_UART1 + S3C2410_UCON);
81 printk("ucons: %08lx, %08lx, %08lx\n", ucon0, ucon1, ucon2);
84 ucon1 &= S3C2440_UCON1_DIVMASK;
90 } else if (ucon1 != 0) {
91 clk->divisor = ucon1 >> S3C2440_UCON_DIVSHIFT;

Completed in 62 milliseconds