Searched refs:sc_txbuf (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/stand/uboot/lib/
H A Dnet.c81 uint8_t sc_txbuf[ETHER_MAX_LEN + PKTALIGN]; member in struct:uboot_softc
349 sc->sc_txbufp = sc->sc_txbuf;
/freebsd-13-stable/sys/dev/uart/
H A Duart_bus.h117 uint8_t *sc_txbuf; member in struct:uart_softc
H A Duart_core.c634 sc->sc_txbuf = malloc(sc->sc_txfifosz * sizeof(*sc->sc_txbuf),
754 free(sc->sc_txbuf, M_UART);
788 free(sc->sc_txbuf, M_UART);
H A Duart_dev_lowrisc.c364 SETREG(bas, UART_DR, sc->sc_txbuf[i] & 0xff);
H A Duart_dev_mu.c478 __uart_setreg(bas, AUX_MU_IO_REG, sc->sc_txbuf[i] & 0xff);
H A Duart_dev_msm.c371 msm_putc(bas, sc->sc_txbuf[i]);
H A Duart_dev_mvebu.c569 uart_setreg(bas, UART_TSH, sc->sc_txbuf[i] & 0xff);
H A Duart_dev_pl011.c571 __uart_setreg(bas, UART_DR, sc->sc_txbuf[i]);
H A Duart_dev_quicc.c488 *buf = sc->sc_txbuf[0];
H A Duart_tty.c217 sc->sc_txdatasz = ttydisc_getc(tp, sc->sc_txbuf, sc->sc_txfifosz);
H A Duart_dev_imx.c641 SETREG(bas, REG(UTXD), sc->sc_txbuf[i] & 0xff);
H A Duart_dev_z8530.c624 uart_setreg(bas, REG_DATA, sc->sc_txbuf[0]);
H A Duart_dev_ns8250.c1036 uart_setreg(bas, REG_DATA, sc->sc_txbuf[i]);
/freebsd-13-stable/sys/mips/cavium/
H A Duart_dev_oct16550.c799 oct16550_putc(bas, sc->sc_txbuf[i]);
808 uart_setreg(bas, REG_DATA, sc->sc_txbuf[i]);
/freebsd-13-stable/sys/mips/atheros/
H A Duart_dev_ar933x.c687 (sc->sc_txbuf[i] & 0xff) | AR933X_UART_DATA_TX_CSR);
/freebsd-13-stable/sys/mips/mediatek/
H A Duart_dev_mtk.c520 uart_setreg(bas, UART_TX_REG, sc->sc_txbuf[i]);
/freebsd-13-stable/sys/riscv/sifive/
H A Dsifive_uart.c461 sfuart_putc(bas, sc->sc_txbuf[i]);
/freebsd-13-stable/sys/arm/freescale/vybrid/
H A Dvf_uart.c504 uart_setreg(bas, UART_D, sc->sc_txbuf[i] & 0xff);
/freebsd-13-stable/sys/dev/ath/
H A Dif_ath.c3113 bf = TAILQ_FIRST(&sc->sc_txbuf);
3128 TAILQ_REMOVE(&sc->sc_txbuf, bf, bf_list);
3149 TAILQ_FIRST(&sc->sc_txbuf) == NULL ?
3807 error = ath_descdma_setup(sc, &sc->sc_txdma, &sc->sc_txbuf,
3818 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);
3830 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);
3845 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);
4737 TAILQ_INSERT_TAIL(&sc->sc_txbuf, bf, bf_list);
4758 TAILQ_INSERT_HEAD(&sc->sc_txbuf, bf, bf_list);
H A Dif_ath_sysctl.c511 TAILQ_FOREACH(bf, &sc->sc_txbuf, bf_list) {
H A Dif_athvar.h756 ath_bufhead sc_txbuf; /* transmit buffer */ member in struct:ath_softc
/freebsd-13-stable/sys/arm/xilinx/
H A Duart_dev_cdnc.c468 WR4(bas, CDNC_UART_FIFO, sc->sc_txbuf[i]);

Completed in 288 milliseconds