Lines Matching refs:ufcon
125 unsigned int ucon, ufcon; in s3c24xx_serial_rx_enable() local
133 ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_rx_enable()
134 ufcon |= S3C2410_UFCON_RESETRX; in s3c24xx_serial_rx_enable()
135 wr_regl(port, S3C2410_UFCON, ufcon); in s3c24xx_serial_rx_enable()
257 u32 ucon, ufcon; in enable_tx_pio() local
261 ufcon = rd_regl(port, S3C2410_UFCON); in enable_tx_pio()
262 wr_regl(port, S3C2410_UFCON, ufcon); in enable_tx_pio()
603 unsigned int ufcon, ch, flag, ufstat, uerstat; in s3c24xx_serial_rx_drain_fifo() local
607 ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_rx_drain_fifo()
626 ufcon |= S3C2410_UFCON_RESETRX; in s3c24xx_serial_rx_drain_fifo()
627 wr_regl(port, S3C2410_UFCON, ufcon); in s3c24xx_serial_rx_drain_fifo()
798 unsigned long ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_tx_empty() local
800 if (ufcon & S3C2410_UFCON_FIFOMODE) { in s3c24xx_serial_tx_empty()
1023 unsigned int ufcon; in s3c64xx_serial_startup() local
1053 ufcon = rd_regl(port, S3C2410_UFCON); in s3c64xx_serial_startup()
1054 ufcon |= S3C2410_UFCON_RESETRX | S5PV210_UFCON_RXTRIG8; in s3c64xx_serial_startup()
1056 ufcon |= S3C2410_UFCON_RESETTX; in s3c64xx_serial_startup()
1057 wr_regl(port, S3C2410_UFCON, ufcon); in s3c64xx_serial_startup()
1566 wr_regl(port, S3C2410_UFCON, cfg->ufcon | S3C2410_UFCON_RESETBOTH); in s3c24xx_serial_resetport()
1567 wr_regl(port, S3C2410_UFCON, cfg->ufcon); in s3c24xx_serial_resetport()
1945 s3c24xx_serial_console_txrdy(struct uart_port *port, unsigned int ufcon) in s3c24xx_serial_console_txrdy() argument
1950 if (ufcon & S3C2410_UFCON_FIFOMODE) { in s3c24xx_serial_console_txrdy()
1991 unsigned int ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_put_poll_char() local
1998 while (!s3c24xx_serial_console_txrdy(port, ufcon)) in s3c24xx_serial_put_poll_char()
2008 unsigned int ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_console_putchar() local
2010 while (!s3c24xx_serial_console_txrdy(port, ufcon)) in s3c24xx_serial_console_putchar()
2169 .ufcon = S3C2410_UFCON_DEFAULT,
2197 .ufcon = S3C2410_UFCON_DEFAULT,
2226 .ufcon = S3C2410_UFCON_DEFAULT,
2254 .ufcon = S3C2410_UFCON_DEFAULT,
2281 .ufcon = S5PV210_UFCON_DEFAULT,
2309 .ufcon = S5PV210_UFCON_DEFAULT, \