Lines Matching refs:ufcon

248 	u32 ucon, ufcon;
255 ufcon = rd_regl(port, S3C2410_UFCON);
256 ufcon |= S3C2410_UFCON_RESETRX;
257 wr_regl(port, S3C2410_UFCON, ufcon);
389 u32 ucon, ufcon;
391 /* Set ufcon txtrig */
393 ufcon = rd_regl(port, S3C2410_UFCON);
394 wr_regl(port, S3C2410_UFCON, ufcon);
764 u32 ufcon, ufstat, uerstat;
793 ufcon = rd_regl(port, S3C2410_UFCON);
794 ufcon |= S3C2410_UFCON_RESETRX;
795 wr_regl(port, S3C2410_UFCON, ufcon);
987 u32 ufcon = rd_regl(port, S3C2410_UFCON);
989 if (ufcon & S3C2410_UFCON_FIFOMODE) {
1217 u32 ufcon;
1242 ufcon = rd_regl(port, S3C2410_UFCON);
1243 ufcon |= S3C2410_UFCON_RESETRX | S5PV210_UFCON_RXTRIG8;
1245 ufcon |= S3C2410_UFCON_RESETTX;
1246 wr_regl(port, S3C2410_UFCON, ufcon);
1262 u32 ufcon;
1280 ufcon = rd_regl(port, S3C2410_UFCON);
1281 ufcon |= S3C2410_UFCON_RESETRX | S5PV210_UFCON_RXTRIG8;
1283 ufcon |= S3C2410_UFCON_RESETTX;
1284 wr_regl(port, S3C2410_UFCON, ufcon);
1587 "uart: ulcon = 0x%08x, ucon = 0x%08x, ufcon = 0x%08x\n",
1767 wr_regl(port, S3C2410_UFCON, cfg->ufcon | S3C2410_UFCON_RESETBOTH);
1768 wr_regl(port, S3C2410_UFCON, cfg->ufcon);
2190 s3c24xx_serial_console_txrdy(struct uart_port *port, u32 ufcon)
2195 if (ufcon & S3C2410_UFCON_FIFOMODE) {
2236 u32 ufcon = rd_regl(port, S3C2410_UFCON);
2243 while (!s3c24xx_serial_console_txrdy(port, ufcon))
2253 u32 ufcon = rd_regl(port, S3C2410_UFCON);
2255 while (!s3c24xx_serial_console_txrdy(port, ufcon))
2419 .ufcon = S3C2410_UFCON_DEFAULT,
2448 .ufcon = S5PV210_UFCON_DEFAULT,
2478 .ufcon = S5PV210_UFCON_DEFAULT, \
2517 .ufcon = S5PV210_UFCON_DEFAULT,
2558 .ufcon = S3C2410_UFCON_DEFAULT,
2588 .ufcon = S5PV210_UFCON_DEFAULT,