Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/uart/
H A Duart_bus.h209 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.c445 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_pl011.c542 uart_rx_put(sc, rx); in uart_pl011_bus_receive()
H A Duart_dev_mvebu.c528 uart_rx_put(sc, rx | er); in uart_mvebu_bus_receive()
H A Duart_dev_quicc.c440 uart_rx_put(sc, *buf); in quicc_bus_receive()
H A Duart_dev_imx.c606 uart_rx_put(sc, out); in imx_uart_bus_receive()
H A Duart_dev_z8530.c552 uart_rx_put(sc, xc); in z8530_bus_receive()
H A Duart_core.c329 if (uart_rx_put(sc, UART_STAT_OVERRUN)) in uart_intr_overrun()
H A Duart_dev_ns8250.c1014 uart_rx_put(sc, xc); in ns8250_bus_receive()
/freebsd-14.2/sys/arm/freescale/vybrid/
H A Dvf_uart.c455 uart_rx_put(sc, c); in vf_uart_bus_receive()
/freebsd-14.2/sys/riscv/sifive/
H A Dsifive_uart.c440 uart_rx_put(sc, reg & 0xff); in sfuart_bus_receive()
/freebsd-14.2/sys/arm/xilinx/
H A Duart_dev_cdnc.c538 uart_rx_put(sc, c | c_status); in cdnc_uart_bus_receive()