Searched refs:uart_rx_put (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/sys/dev/uart/ |
| H A D | uart_bus.h | 209 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 | 445 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_pl011.c | 542 uart_rx_put(sc, rx); in uart_pl011_bus_receive()
|
| H A D | uart_dev_mvebu.c | 528 uart_rx_put(sc, rx | er); in uart_mvebu_bus_receive()
|
| H A D | uart_dev_quicc.c | 440 uart_rx_put(sc, *buf); in quicc_bus_receive()
|
| H A D | uart_dev_imx.c | 606 uart_rx_put(sc, out); in imx_uart_bus_receive()
|
| H A D | uart_dev_z8530.c | 552 uart_rx_put(sc, xc); in z8530_bus_receive()
|
| H A D | uart_core.c | 329 if (uart_rx_put(sc, UART_STAT_OVERRUN)) in uart_intr_overrun()
|
| H A D | uart_dev_ns8250.c | 1014 uart_rx_put(sc, xc); in ns8250_bus_receive()
|
| /freebsd-14.2/sys/arm/freescale/vybrid/ |
| H A D | vf_uart.c | 455 uart_rx_put(sc, c); in vf_uart_bus_receive()
|
| /freebsd-14.2/sys/riscv/sifive/ |
| H A D | sifive_uart.c | 440 uart_rx_put(sc, reg & 0xff); in sfuart_bus_receive()
|
| /freebsd-14.2/sys/arm/xilinx/ |
| H A D | uart_dev_cdnc.c | 538 uart_rx_put(sc, c | c_status); in cdnc_uart_bus_receive()
|