Lines Matching defs:ulcon
1398 unsigned int ulcon;
1451 ulcon = S3C2410_LCON_CS5;
1455 ulcon = S3C2410_LCON_CS6;
1459 ulcon = S3C2410_LCON_CS7;
1464 ulcon = S3C2410_LCON_CS8;
1469 ulcon |= (cfg->ulcon & S3C2410_LCON_IRM);
1472 ulcon |= S3C2410_LCON_STOPB;
1476 ulcon |= S3C2410_LCON_PODD;
1478 ulcon |= S3C2410_LCON_PEVEN;
1480 ulcon |= S3C2410_LCON_PNONE;
1486 "setting ulcon to %08x, brddiv to %d, udivslot %08x\n",
1487 ulcon, quot, udivslot);
1489 wr_regl(port, S3C2410_ULCON, ulcon);
1509 "uart: ulcon = 0x%08x, ucon = 0x%08x, ufcon = 0x%08x\n",
2280 unsigned int ulcon;
2287 ulcon = rd_regl(port, S3C2410_ULCON);
2292 switch (ulcon & S3C2410_LCON_CSMASK) {
2308 switch (ulcon & S3C2410_LCON_PMASK) {