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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Ds3c2410.c1372 unsigned long ucon0, ucon1, ucon2; local
1390 ucon0 = __raw_readl(S3C24XX_VA_UART0 + S3C2410_UCON);
1394 printk("ucons: %08lx, %08lx, %08lx\n", ucon0, ucon1, ucon2);
1396 ucon0 &= S3C2440_UCON0_DIVMASK;
1400 if (ucon0 != 0) {
1401 clk->divisor = ucon0 >> S3C2440_UCON_DIVSHIFT;

Completed in 42 milliseconds