| /freebsd-14.2/sys/dev/uart/ |
| H A D | uart_core.c | 633 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 D | uart_bus.h | 115 uint8_t *sc_txbuf; member
|
| H A D | uart_dev_lowrisc.c | 362 SETREG(bas, UART_DR, sc->sc_txbuf[i] & 0xff); in lowrisc_uart_bus_transmit()
|
| H A D | uart_dev_mu.c | 472 __uart_setreg(bas, AUX_MU_IO_REG, sc->sc_txbuf[i] & 0xff); in uart_mu_bus_transmit()
|
| H A D | uart_tty.c | 218 sc->sc_txdatasz = ttydisc_getc(tp, sc->sc_txbuf, sc->sc_txfifosz); in uart_tty_outwakeup()
|
| H A D | uart_dev_msm.c | 369 msm_putc(bas, sc->sc_txbuf[i]); in msm_bus_transmit()
|
| H A D | uart_dev_pl011.c | 569 __uart_setreg(bas, UART_DR, sc->sc_txbuf[i]); in uart_pl011_bus_transmit()
|
| H A D | uart_dev_mvebu.c | 567 uart_setreg(bas, UART_TSH, sc->sc_txbuf[i] & 0xff); in uart_mvebu_bus_transmit()
|
| H A D | uart_dev_quicc.c | 482 *buf = sc->sc_txbuf[0]; in quicc_bus_transmit()
|
| H A D | uart_dev_imx.c | 638 SETREG(bas, REG(UTXD), sc->sc_txbuf[i] & 0xff); in imx_uart_bus_transmit()
|
| H A D | uart_dev_z8530.c | 620 uart_setreg(bas, REG_DATA, sc->sc_txbuf[0]); in z8530_bus_transmit()
|
| H A D | uart_dev_ns8250.c | 1069 uart_setreg(bas, REG_DATA, sc->sc_txbuf[i]); in ns8250_bus_transmit()
|
| /freebsd-14.2/stand/uboot/ |
| H A D | net.c | 78 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 D | vf_uart.c | 499 uart_setreg(bas, UART_D, sc->sc_txbuf[i] & 0xff); in vf_uart_bus_transmit()
|
| /freebsd-14.2/sys/riscv/sifive/ |
| H A D | sifive_uart.c | 465 sfuart_putc(bas, sc->sc_txbuf[i]); in sfuart_bus_transmit()
|
| /freebsd-14.2/sys/dev/ath/ |
| H A D | if_ath.c | 3160 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 D | if_ath_sysctl.c | 509 TAILQ_FOREACH(bf, &sc->sc_txbuf, bf_list) { in ath_sysctl_txagg()
|
| H A D | if_athvar.h | 755 ath_bufhead sc_txbuf; /* transmit buffer */ member
|
| /freebsd-14.2/sys/arm/xilinx/ |
| H A D | uart_dev_cdnc.c | 466 WR4(bas, CDNC_UART_FIFO, sc->sc_txbuf[i]); in cdnc_uart_bus_transmit()
|