• Home
  • Raw
  • Download

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()
375 u32 ucon, ufcon; in enable_tx_pio() local
379 ufcon = rd_regl(port, S3C2410_UFCON); in enable_tx_pio()
380 wr_regl(port, S3C2410_UFCON, ufcon); in enable_tx_pio()
720 unsigned int ufcon, ch, flag, ufstat, uerstat; in s3c24xx_serial_rx_drain_fifo() local
750 ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_rx_drain_fifo()
751 ufcon |= S3C2410_UFCON_RESETRX; in s3c24xx_serial_rx_drain_fifo()
752 wr_regl(port, S3C2410_UFCON, ufcon); in s3c24xx_serial_rx_drain_fifo()
923 unsigned long ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_tx_empty() local
925 if (ufcon & S3C2410_UFCON_FIFOMODE) { in s3c24xx_serial_tx_empty()
1175 unsigned int ufcon; in s3c64xx_serial_startup() local
1202 ufcon = rd_regl(port, S3C2410_UFCON); in s3c64xx_serial_startup()
1203 ufcon |= S3C2410_UFCON_RESETRX | S5PV210_UFCON_RXTRIG8; in s3c64xx_serial_startup()
1205 ufcon |= S3C2410_UFCON_RESETTX; in s3c64xx_serial_startup()
1206 wr_regl(port, S3C2410_UFCON, ufcon); in s3c64xx_serial_startup()
1719 wr_regl(port, S3C2410_UFCON, cfg->ufcon | S3C2410_UFCON_RESETBOTH); in s3c24xx_serial_resetport()
1720 wr_regl(port, S3C2410_UFCON, cfg->ufcon); in s3c24xx_serial_resetport()
2184 s3c24xx_serial_console_txrdy(struct uart_port *port, unsigned int ufcon) in s3c24xx_serial_console_txrdy() argument
2189 if (ufcon & S3C2410_UFCON_FIFOMODE) { in s3c24xx_serial_console_txrdy()
2230 unsigned int ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_put_poll_char() local
2237 while (!s3c24xx_serial_console_txrdy(port, ufcon)) in s3c24xx_serial_put_poll_char()
2247 unsigned int ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_console_putchar() local
2249 while (!s3c24xx_serial_console_txrdy(port, ufcon)) in s3c24xx_serial_console_putchar()
2398 .ufcon = S3C2410_UFCON_DEFAULT,
2426 .ufcon = S3C2410_UFCON_DEFAULT,
2455 .ufcon = S3C2410_UFCON_DEFAULT,
2483 .ufcon = S3C2410_UFCON_DEFAULT,
2510 .ufcon = S5PV210_UFCON_DEFAULT,
2538 .ufcon = S5PV210_UFCON_DEFAULT, \