Lines Matching defs:ufcon
245 unsigned int ucon, ufcon;
253 ufcon = rd_regl(port, S3C2410_UFCON);
254 ufcon |= S3C2410_UFCON_RESETRX;
255 wr_regl(port, S3C2410_UFCON, ufcon);
374 u32 ucon, ufcon;
376 /* Set ufcon txtrig */
378 ufcon = rd_regl(port, S3C2410_UFCON);
379 wr_regl(port, S3C2410_UFCON, ufcon);
719 unsigned int ufcon, ch, flag, ufstat, uerstat;
749 ufcon = rd_regl(port, S3C2410_UFCON);
750 ufcon |= S3C2410_UFCON_RESETRX;
751 wr_regl(port, S3C2410_UFCON, ufcon);
919 unsigned long ufcon = rd_regl(port, S3C2410_UFCON);
921 if (ufcon & S3C2410_UFCON_FIFOMODE) {
1171 unsigned int ufcon;
1198 ufcon = rd_regl(port, S3C2410_UFCON);
1199 ufcon |= S3C2410_UFCON_RESETRX | S5PV210_UFCON_RXTRIG8;
1201 ufcon |= S3C2410_UFCON_RESETTX;
1202 wr_regl(port, S3C2410_UFCON, ufcon);
1509 "uart: ulcon = 0x%08x, ucon = 0x%08x, ufcon = 0x%08x\n",
1727 wr_regl(port, S3C2410_UFCON, cfg->ufcon | S3C2410_UFCON_RESETBOTH);
1728 wr_regl(port, S3C2410_UFCON, cfg->ufcon);
2192 s3c24xx_serial_console_txrdy(struct uart_port *port, unsigned int ufcon)
2197 if (ufcon & S3C2410_UFCON_FIFOMODE) {
2238 unsigned int ufcon = rd_regl(port, S3C2410_UFCON);
2245 while (!s3c24xx_serial_console_txrdy(port, ufcon))
2255 unsigned int ufcon = rd_regl(port, S3C2410_UFCON);
2257 while (!s3c24xx_serial_console_txrdy(port, ufcon))
2406 .ufcon = S3C2410_UFCON_DEFAULT,
2434 .ufcon = S3C2410_UFCON_DEFAULT,
2463 .ufcon = S3C2410_UFCON_DEFAULT,
2491 .ufcon = S3C2410_UFCON_DEFAULT,
2518 .ufcon = S5PV210_UFCON_DEFAULT,
2546 .ufcon = S5PV210_UFCON_DEFAULT, \