Home
last modified time | relevance | path

Searched refs:uart_fifo_get (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/tty/serial/
H A Dtimbuart.c101 uart_fifo_get(port, &ch)) in timbuart_tx_chars()
H A Dsunsab.c270 if (!uart_fifo_get(&up->port, &ch)) in transmit_chars()
457 if (!uart_fifo_get(&up->port, &ch)) in sunsab_start_tx()
H A Ddigicolor-usart.c203 while (uart_fifo_get(port, &c)) { in digicolor_uart_tx()
H A Dclps711x.c167 while (uart_fifo_get(port, &c)) { in uart_clps711x_int_tx()
H A Dsunplus-uart.c220 if (!uart_fifo_get(port, &ch)) in transmit_chars()
H A Dmilbeaut_usio.c101 if (!uart_fifo_get(port, &ch)) in mlb_usio_tx_chars()
H A Dpmac_zilog.c397 WARN_ON(!uart_fifo_get(&uap->port, &ch)); in pmz_transmit_chars()
612 if (!uart_fifo_get(&uap->port, &ch)) in pmz_start_tx()
H A Dsunzilog.c505 if (!uart_fifo_get(&up->port, &ch)) in sunzilog_transmit_chars()
706 if (!uart_fifo_get(&up->port, &ch)) in sunzilog_start_tx()
H A Drda-uart.c351 uart_fifo_get(port, &ch)) in rda_uart_send_chars()
H A Dar933x_uart.c424 if (!uart_fifo_get(&up->port, &c)) in ar933x_uart_tx_chars()
H A Duartlite.c208 if (!uart_fifo_get(port, &ch)) in ulite_transmit()
H A Dfsl_linflexuart.c180 while (uart_fifo_get(sport, &c)) { in linflex_transmit_buffer()
H A Dmeson_uart.c161 if (!uart_fifo_get(port, &ch)) in meson_uart_start_tx()
H A Dpic32_uart.c376 if (!uart_fifo_get(port, &c)) in pic32_uart_do_tx()
H A Dmax3100.c276 uart_fifo_get(&s->port, &ch)) { in max3100_work()
H A Dsccnxp.c471 if (!uart_fifo_get(port, &ch)) in sccnxp_handle_tx()
H A Dserial-tegra.c496 if (WARN_ON_ONCE(!uart_fifo_get(&tup->uport, &ch))) in tegra_uart_fill_tx_fifo()
H A Dpch_uart.c834 uart_fifo_get(port, &ch)) { in handle_tx()
H A Dsamsung_tty.c911 if (!uart_fifo_get(port, &ch)) in s3c24xx_serial_tx_chars()
H A Dimx.c574 uart_fifo_get(&sport->port, &c)) in imx_uart_transmit_buffer()
H A Dfsl_lpuart.c774 uart_fifo_get(&sport->port, &c)) { in lpuart32_transmit_buffer()
/linux/include/linux/
H A Dserial_core.h860 static inline unsigned int uart_fifo_get(struct uart_port *up, in uart_fifo_get() function
/linux/drivers/tty/serial/8250/
H A D8250_port.c1701 if (!uart_fifo_get(port, &c)) in serial8250_tx_chars()