Searched refs:ucon2 (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
1392 ucon2 = __raw_readl(S3C24XX_VA_UART2 + S3C2410_UCON);
1394 printk("ucons: %08lx, %08lx, %08lx\n", ucon0, ucon1, ucon2);
1398 ucon2 &= S3C2440_UCON2_DIVMASK;
1406 } else if (ucon2 != 0) {
1407 clk->divisor = ucon2 >> S3C2440_UCON_DIVSHIFT;

Completed in 76 milliseconds