Home
last modified time | relevance | path

Searched refs:uart_rx_put (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/uart/
H A Duart_bus.h211 uart_rx_put(struct uart_softc *sc, int xc) in uart_rx_put() function
H A Duart_dev_lowrisc.c335 uart_rx_put(sc, reg & 0xff); in lowrisc_uart_bus_receive()
H A Duart_dev_mu.c444 uart_rx_put(sc, rx); in uart_mu_bus_receive()
H A Duart_dev_msm.c423 uart_rx_put(sc, c); in msm_bus_receive()
H A Duart_dev_mvebu.c522 uart_rx_put(sc, rx | er); in uart_mvebu_bus_receive()
H A Duart_dev_pl011.c596 uart_rx_put(sc, rx); in uart_pl011_bus_receive()
H A Duart_dev_imx.c606 uart_rx_put(sc, out); in imx_uart_bus_receive()
H A Duart_core.c328 if (uart_rx_put(sc, UART_STAT_OVERRUN)) in uart_intr_overrun()
H A Duart_dev_ns8250.c1048 uart_rx_put(sc, xc); in ns8250_bus_receive()
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_uart.c455 uart_rx_put(sc, c); in vf_uart_bus_receive()
/freebsd/sys/riscv/sifive/
H A Dsifive_uart.c439 uart_rx_put(sc, reg & 0xff); in sfuart_bus_receive()
/freebsd/sys/arm/xilinx/
H A Duart_dev_cdnc.c537 uart_rx_put(sc, c | c_status); in cdnc_uart_bus_receive()