Lines Matching refs:ufcon
245 unsigned int ucon, ufcon; in s3c24xx_serial_rx_enable() local
253 ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_rx_enable()
254 ufcon |= S3C2410_UFCON_RESETRX; in s3c24xx_serial_rx_enable()
255 wr_regl(port, S3C2410_UFCON, ufcon); in s3c24xx_serial_rx_enable()
374 u32 ucon, ufcon; in enable_tx_pio() local
378 ufcon = rd_regl(port, S3C2410_UFCON); in enable_tx_pio()
379 wr_regl(port, S3C2410_UFCON, ufcon); in enable_tx_pio()
719 unsigned int ufcon, ch, flag, ufstat, uerstat; in s3c24xx_serial_rx_drain_fifo() local
749 ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_rx_drain_fifo()
750 ufcon |= S3C2410_UFCON_RESETRX; in s3c24xx_serial_rx_drain_fifo()
751 wr_regl(port, S3C2410_UFCON, ufcon); in s3c24xx_serial_rx_drain_fifo()
919 unsigned long ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_tx_empty() local
921 if (ufcon & S3C2410_UFCON_FIFOMODE) { in s3c24xx_serial_tx_empty()
1171 unsigned int ufcon; in s3c64xx_serial_startup() local
1198 ufcon = rd_regl(port, S3C2410_UFCON); in s3c64xx_serial_startup()
1199 ufcon |= S3C2410_UFCON_RESETRX | S5PV210_UFCON_RXTRIG8; in s3c64xx_serial_startup()
1201 ufcon |= S3C2410_UFCON_RESETTX; in s3c64xx_serial_startup()
1202 wr_regl(port, S3C2410_UFCON, ufcon); in s3c64xx_serial_startup()
1715 wr_regl(port, S3C2410_UFCON, cfg->ufcon | S3C2410_UFCON_RESETBOTH); in s3c24xx_serial_resetport()
1716 wr_regl(port, S3C2410_UFCON, cfg->ufcon); in s3c24xx_serial_resetport()
2180 s3c24xx_serial_console_txrdy(struct uart_port *port, unsigned int ufcon) in s3c24xx_serial_console_txrdy() argument
2185 if (ufcon & S3C2410_UFCON_FIFOMODE) { in s3c24xx_serial_console_txrdy()
2226 unsigned int ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_put_poll_char() local
2233 while (!s3c24xx_serial_console_txrdy(port, ufcon)) in s3c24xx_serial_put_poll_char()
2243 unsigned int ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_console_putchar() local
2245 while (!s3c24xx_serial_console_txrdy(port, ufcon)) in s3c24xx_serial_console_putchar()
2394 .ufcon = S3C2410_UFCON_DEFAULT,
2422 .ufcon = S3C2410_UFCON_DEFAULT,
2451 .ufcon = S3C2410_UFCON_DEFAULT,
2479 .ufcon = S3C2410_UFCON_DEFAULT,
2506 .ufcon = S5PV210_UFCON_DEFAULT,
2534 .ufcon = S5PV210_UFCON_DEFAULT, \