Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/uart/
Duart_bus.h212 uart_rx_put(struct uart_softc *sc, int xc) in uart_rx_put() function
Duart_dev_lowrisc.c337 uart_rx_put(sc, reg & 0xff); in lowrisc_uart_bus_receive()
Duart_dev_mu.c452 uart_rx_put(sc, rx); in uart_mu_bus_receive()
Duart_dev_pl011.c546 uart_rx_put(sc, rx); in uart_pl011_bus_receive()
Duart_dev_msm.c425 uart_rx_put(sc, c); in msm_bus_receive()
Duart_dev_mvebu.c530 uart_rx_put(sc, rx | er); in uart_mvebu_bus_receive()
Duart_dev_quicc.c444 uart_rx_put(sc, *buf); in quicc_bus_receive()
Duart_dev_imx.c556 uart_rx_put(sc, out); in imx_uart_bus_receive()
Duart_dev_z8530.c556 uart_rx_put(sc, xc); in z8530_bus_receive()
Duart_core.c332 if (uart_rx_put(sc, UART_STAT_OVERRUN)) in uart_intr_overrun()
Duart_dev_sab82532.c650 uart_rx_put(sc, xc); in sab82532_bus_receive()
Duart_dev_ns8250.c978 uart_rx_put(sc, xc); in ns8250_bus_receive()
/freebsd-12-stable/sys/arm/samsung/exynos/
Dexynos_uart.c294 uart_rx_put(sc, uart_getreg(&sc->sc_bas, SSCOM_URXH)); in exynos4210_bus_receive()
/freebsd-12-stable/sys/arm/freescale/vybrid/
Dvf_uart.c460 uart_rx_put(sc, c); in vf_uart_bus_receive()
/freebsd-12-stable/sys/mips/mediatek/
Duart_dev_mtk.c493 uart_rx_put(sc, xc); in mtk_uart_bus_receive()
/freebsd-12-stable/sys/mips/atheros/
Duart_dev_ar933x.c611 uart_rx_put(sc, xc); in ar933x_bus_receive()
/freebsd-12-stable/sys/arm/xilinx/
Duart_dev_cdnc.c543 uart_rx_put(sc, c | c_status); in cdnc_uart_bus_receive()
/freebsd-12-stable/sys/arm/amlogic/aml8726/
Duart_dev_aml8726.c622 uart_rx_put(sc, xc); in aml8726_uart_bus_receive()
/freebsd-12-stable/sys/mips/cavium/
Duart_dev_oct16550.c741 uart_rx_put(sc, xc); in oct16550_bus_receive()
/freebsd-12-stable/sys/sparc64/pci/
Dsbbc.c1039 uart_rx_put(sc, c); in sbbc_uart_bus_receive()