Lines Matching refs:ufcon

122 	unsigned int ucon, ufcon;  in s3c24xx_serial_rx_enable()  local
130 ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_rx_enable()
131 ufcon |= S3C2410_UFCON_RESETRX; in s3c24xx_serial_rx_enable()
132 wr_regl(port, S3C2410_UFCON, ufcon); in s3c24xx_serial_rx_enable()
252 u32 ucon, ufcon; in enable_tx_pio() local
256 ufcon = rd_regl(port, S3C2410_UFCON); in enable_tx_pio()
257 wr_regl(port, S3C2410_UFCON, ufcon); in enable_tx_pio()
598 unsigned int ufcon, ch, flag, ufstat, uerstat; in s3c24xx_serial_rx_drain_fifo() local
628 ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_rx_drain_fifo()
629 ufcon |= S3C2410_UFCON_RESETRX; in s3c24xx_serial_rx_drain_fifo()
630 wr_regl(port, S3C2410_UFCON, ufcon); in s3c24xx_serial_rx_drain_fifo()
801 unsigned long ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_tx_empty() local
803 if (ufcon & S3C2410_UFCON_FIFOMODE) { in s3c24xx_serial_tx_empty()
1057 unsigned int ufcon; in s3c64xx_serial_startup() local
1087 ufcon = rd_regl(port, S3C2410_UFCON); in s3c64xx_serial_startup()
1088 ufcon |= S3C2410_UFCON_RESETRX | S5PV210_UFCON_RXTRIG8; in s3c64xx_serial_startup()
1090 ufcon |= S3C2410_UFCON_RESETTX; in s3c64xx_serial_startup()
1091 wr_regl(port, S3C2410_UFCON, ufcon); in s3c64xx_serial_startup()
1600 wr_regl(port, S3C2410_UFCON, cfg->ufcon | S3C2410_UFCON_RESETBOTH); in s3c24xx_serial_resetport()
1601 wr_regl(port, S3C2410_UFCON, cfg->ufcon); in s3c24xx_serial_resetport()
1994 s3c24xx_serial_console_txrdy(struct uart_port *port, unsigned int ufcon) in s3c24xx_serial_console_txrdy() argument
1999 if (ufcon & S3C2410_UFCON_FIFOMODE) { in s3c24xx_serial_console_txrdy()
2040 unsigned int ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_put_poll_char() local
2047 while (!s3c24xx_serial_console_txrdy(port, ufcon)) in s3c24xx_serial_put_poll_char()
2057 unsigned int ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_console_putchar() local
2059 while (!s3c24xx_serial_console_txrdy(port, ufcon)) in s3c24xx_serial_console_putchar()
2218 .ufcon = S3C2410_UFCON_DEFAULT,
2246 .ufcon = S3C2410_UFCON_DEFAULT,
2275 .ufcon = S3C2410_UFCON_DEFAULT,
2303 .ufcon = S3C2410_UFCON_DEFAULT,
2330 .ufcon = S5PV210_UFCON_DEFAULT,
2358 .ufcon = S5PV210_UFCON_DEFAULT, \