Home
last modified time | relevance | path

Searched refs:sc_txbuf (Results 1 – 19 of 19) sorted by relevance

/freebsd-14.2/sys/dev/uart/
H A Duart_core.c633 sc->sc_txbuf = malloc(sc->sc_txfifosz * sizeof(*sc->sc_txbuf), in uart_bus_attach()
753 free(sc->sc_txbuf, M_UART); in uart_bus_attach()
787 free(sc->sc_txbuf, M_UART); in uart_bus_detach()
H A Duart_bus.h115 uint8_t *sc_txbuf; member
H A Duart_dev_lowrisc.c362 SETREG(bas, UART_DR, sc->sc_txbuf[i] & 0xff); in lowrisc_uart_bus_transmit()
H A Duart_dev_mu.c472 __uart_setreg(bas, AUX_MU_IO_REG, sc->sc_txbuf[i] & 0xff); in uart_mu_bus_transmit()
H A Duart_tty.c218 sc->sc_txdatasz = ttydisc_getc(tp, sc->sc_txbuf, sc->sc_txfifosz); in uart_tty_outwakeup()
H A Duart_dev_msm.c369 msm_putc(bas, sc->sc_txbuf[i]); in msm_bus_transmit()
H A Duart_dev_pl011.c569 __uart_setreg(bas, UART_DR, sc->sc_txbuf[i]); in uart_pl011_bus_transmit()
H A Duart_dev_mvebu.c567 uart_setreg(bas, UART_TSH, sc->sc_txbuf[i] & 0xff); in uart_mvebu_bus_transmit()
H A Duart_dev_quicc.c482 *buf = sc->sc_txbuf[0]; in quicc_bus_transmit()
H A Duart_dev_imx.c638 SETREG(bas, REG(UTXD), sc->sc_txbuf[i] & 0xff); in imx_uart_bus_transmit()
H A Duart_dev_z8530.c620 uart_setreg(bas, REG_DATA, sc->sc_txbuf[0]); in z8530_bus_transmit()
H A Duart_dev_ns8250.c1069 uart_setreg(bas, REG_DATA, sc->sc_txbuf[i]); in ns8250_bus_transmit()
/freebsd-14.2/stand/uboot/
H A Dnet.c78 uint8_t sc_txbuf[ETHER_MAX_LEN + PKTALIGN]; member
346 sc->sc_txbufp = sc->sc_txbuf; in net_init()
/freebsd-14.2/sys/arm/freescale/vybrid/
H A Dvf_uart.c499 uart_setreg(bas, UART_D, sc->sc_txbuf[i] & 0xff); in vf_uart_bus_transmit()
/freebsd-14.2/sys/riscv/sifive/
H A Dsifive_uart.c465 sfuart_putc(bas, sc->sc_txbuf[i]); in sfuart_bus_transmit()
/freebsd-14.2/sys/dev/ath/
H A Dif_ath.c3160 bf = TAILQ_FIRST(&sc->sc_txbuf); in _ath_getbuf_locked()
3175 TAILQ_REMOVE(&sc->sc_txbuf, bf, bf_list); in _ath_getbuf_locked()
3196 TAILQ_FIRST(&sc->sc_txbuf) == NULL ? in _ath_getbuf_locked()
3854 error = ath_descdma_setup(sc, &sc->sc_txdma, &sc->sc_txbuf, in ath_desc_alloc()
3865 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf); in ath_desc_alloc()
3877 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf); in ath_desc_alloc()
3892 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf); in ath_desc_free()
4789 TAILQ_INSERT_TAIL(&sc->sc_txbuf, bf, bf_list); in ath_returnbuf_tail()
4810 TAILQ_INSERT_HEAD(&sc->sc_txbuf, bf, bf_list); in ath_returnbuf_head()
H A Dif_ath_sysctl.c509 TAILQ_FOREACH(bf, &sc->sc_txbuf, bf_list) { in ath_sysctl_txagg()
H A Dif_athvar.h755 ath_bufhead sc_txbuf; /* transmit buffer */ member
/freebsd-14.2/sys/arm/xilinx/
H A Duart_dev_cdnc.c466 WR4(bas, CDNC_UART_FIFO, sc->sc_txbuf[i]); in cdnc_uart_bus_transmit()