Searched refs:uart_rx_put (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/dev/uart/ |
H A D | uart_bus.h | 211 uart_rx_put(struct uart_softc *sc, int xc) in uart_rx_put() function
|
H A D | uart_dev_lowrisc.c | 335 uart_rx_put(sc, reg & 0xff); in lowrisc_uart_bus_receive()
|
H A D | uart_dev_mu.c | 444 uart_rx_put(sc, rx); in uart_mu_bus_receive()
|
H A D | uart_dev_msm.c | 423 uart_rx_put(sc, c); in msm_bus_receive()
|
H A D | uart_dev_mvebu.c | 522 uart_rx_put(sc, rx | er); in uart_mvebu_bus_receive()
|
H A D | uart_dev_pl011.c | 596 uart_rx_put(sc, rx); in uart_pl011_bus_receive()
|
H A D | uart_dev_imx.c | 606 uart_rx_put(sc, out); in imx_uart_bus_receive()
|
H A D | uart_core.c | 328 if (uart_rx_put(sc, UART_STAT_OVERRUN)) in uart_intr_overrun()
|
H A D | uart_dev_ns8250.c | 1048 uart_rx_put(sc, xc); in ns8250_bus_receive()
|
/freebsd/sys/arm/freescale/vybrid/ |
H A D | vf_uart.c | 455 uart_rx_put(sc, c); in vf_uart_bus_receive()
|
/freebsd/sys/riscv/sifive/ |
H A D | sifive_uart.c | 439 uart_rx_put(sc, reg & 0xff); in sfuart_bus_receive()
|
/freebsd/sys/arm/xilinx/ |
H A D | uart_dev_cdnc.c | 537 uart_rx_put(sc, c | c_status); in cdnc_uart_bus_receive()
|