Lines Matching refs:ulcon
1267 unsigned int ulcon; in s3c24xx_serial_set_termios() local
1319 ulcon = S3C2410_LCON_CS5; in s3c24xx_serial_set_termios()
1323 ulcon = S3C2410_LCON_CS6; in s3c24xx_serial_set_termios()
1327 ulcon = S3C2410_LCON_CS7; in s3c24xx_serial_set_termios()
1332 ulcon = S3C2410_LCON_CS8; in s3c24xx_serial_set_termios()
1337 ulcon |= (cfg->ulcon & S3C2410_LCON_IRM); in s3c24xx_serial_set_termios()
1340 ulcon |= S3C2410_LCON_STOPB; in s3c24xx_serial_set_termios()
1344 ulcon |= S3C2410_LCON_PODD; in s3c24xx_serial_set_termios()
1346 ulcon |= S3C2410_LCON_PEVEN; in s3c24xx_serial_set_termios()
1348 ulcon |= S3C2410_LCON_PNONE; in s3c24xx_serial_set_termios()
1354 ulcon, quot, udivslot); in s3c24xx_serial_set_termios()
1356 wr_regl(port, S3C2410_ULCON, ulcon); in s3c24xx_serial_set_termios()
2058 unsigned int ulcon; in s3c24xx_serial_get_options() local
2065 ulcon = rd_regl(port, S3C2410_ULCON); in s3c24xx_serial_get_options()
2071 port, ulcon, ucon, ubrdiv); in s3c24xx_serial_get_options()
2074 switch (ulcon & S3C2410_LCON_CSMASK) { in s3c24xx_serial_get_options()
2090 switch (ulcon & S3C2410_LCON_PMASK) { in s3c24xx_serial_get_options()