Lines Matching defs:ulcon
1543 unsigned int ulcon;
1596 ulcon = S3C2410_LCON_CS5;
1600 ulcon = S3C2410_LCON_CS6;
1604 ulcon = S3C2410_LCON_CS7;
1609 ulcon = S3C2410_LCON_CS8;
1614 ulcon |= (cfg->ulcon & S3C2410_LCON_IRM);
1617 ulcon |= S3C2410_LCON_STOPB;
1621 ulcon |= S3C2410_LCON_PODD;
1623 ulcon |= S3C2410_LCON_PEVEN;
1625 ulcon |= S3C2410_LCON_PNONE;
1631 "setting ulcon to %08x, brddiv to %d, udivslot %08x\n",
1632 ulcon, quot, udivslot);
1634 wr_regl(port, S3C2410_ULCON, ulcon);
1654 "uart: ulcon = 0x%08x, ucon = 0x%08x, ufcon = 0x%08x\n",
2394 unsigned int ulcon;
2401 ulcon = rd_regl(port, S3C2410_ULCON);
2406 switch (ulcon & S3C2410_LCON_CSMASK) {
2422 switch (ulcon & S3C2410_LCON_PMASK) {