Lines Matching refs:ufcon
126 unsigned int ucon, ufcon; in s3c24xx_serial_rx_enable() local
134 ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_rx_enable()
135 ufcon |= S3C2410_UFCON_RESETRX; in s3c24xx_serial_rx_enable()
136 wr_regl(port, S3C2410_UFCON, ufcon); in s3c24xx_serial_rx_enable()
258 u32 ucon, ufcon; in enable_tx_pio() local
262 ufcon = rd_regl(port, S3C2410_UFCON); in enable_tx_pio()
263 wr_regl(port, S3C2410_UFCON, ufcon); in enable_tx_pio()
629 unsigned int ufcon, ch, flag, ufstat, uerstat; in s3c24xx_serial_rx_chars_pio() local
636 ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_rx_chars_pio()
655 ufcon |= S3C2410_UFCON_RESETRX; in s3c24xx_serial_rx_chars_pio()
656 wr_regl(port, S3C2410_UFCON, ufcon); in s3c24xx_serial_rx_chars_pio()
823 unsigned long ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_tx_empty() local
825 if (ufcon & S3C2410_UFCON_FIFOMODE) { in s3c24xx_serial_tx_empty()
1048 unsigned int ufcon; in s3c64xx_serial_startup() local
1078 ufcon = rd_regl(port, S3C2410_UFCON); in s3c64xx_serial_startup()
1079 ufcon |= S3C2410_UFCON_RESETRX | S5PV210_UFCON_RXTRIG8; in s3c64xx_serial_startup()
1081 ufcon |= S3C2410_UFCON_RESETTX; in s3c64xx_serial_startup()
1082 wr_regl(port, S3C2410_UFCON, ufcon); in s3c64xx_serial_startup()
1591 wr_regl(port, S3C2410_UFCON, cfg->ufcon | S3C2410_UFCON_RESETBOTH); in s3c24xx_serial_resetport()
1592 wr_regl(port, S3C2410_UFCON, cfg->ufcon); in s3c24xx_serial_resetport()
1970 s3c24xx_serial_console_txrdy(struct uart_port *port, unsigned int ufcon) in s3c24xx_serial_console_txrdy() argument
1975 if (ufcon & S3C2410_UFCON_FIFOMODE) { in s3c24xx_serial_console_txrdy()
2016 unsigned int ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_put_poll_char() local
2023 while (!s3c24xx_serial_console_txrdy(port, ufcon)) in s3c24xx_serial_put_poll_char()
2033 unsigned int ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_console_putchar() local
2035 while (!s3c24xx_serial_console_txrdy(port, ufcon)) in s3c24xx_serial_console_putchar()
2194 .ufcon = S3C2410_UFCON_DEFAULT,
2222 .ufcon = S3C2410_UFCON_DEFAULT,
2251 .ufcon = S3C2410_UFCON_DEFAULT,
2279 .ufcon = S3C2410_UFCON_DEFAULT,
2306 .ufcon = S5PV210_UFCON_DEFAULT,
2334 .ufcon = S5PV210_UFCON_DEFAULT, \