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

12

/freebsd-11.0-release/sys/dev/wi/
H A Dif_wivar.h141 u_int16_t sc_txbuf[IEEE80211_MAX_LEN/2]; member in struct:wi_softc
/freebsd-11.0-release/sys/boot/uboot/lib/
H A Dnet.c81 uint8_t sc_txbuf[ETHER_MAX_LEN + PKTALIGN]; member in struct:uboot_softc
347 sc->sc_txbufp = sc->sc_txbuf;
/freebsd-11.0-release/sys/dev/uart/
H A Duart_bus.h109 uint8_t *sc_txbuf; member in struct:uart_softc
H A Duart_core.c619 sc->sc_txbuf = malloc(sc->sc_txfifosz * sizeof(*sc->sc_txbuf),
734 free(sc->sc_txbuf, M_UART);
768 free(sc->sc_txbuf, M_UART);
H A Duart_tty.c204 sc->sc_txdatasz = ttydisc_getc(tp, sc->sc_txbuf, sc->sc_txfifosz);
H A Duart_dev_msm.c369 msm_putc(bas, sc->sc_txbuf[i]);
H A Duart_dev_pl011.c460 __uart_setreg(bas, UART_DR, sc->sc_txbuf[i]);
H A Duart_dev_quicc.c486 *buf = sc->sc_txbuf[0];
H A Duart_dev_imx.c586 SETREG(bas, REG(UTXD), sc->sc_txbuf[i] & 0xff);
H A Duart_dev_sab82532.c723 uart_setreg(bas, SAB_XFIFO + i, sc->sc_txbuf[i]);
H A Duart_dev_z8530.c622 uart_setreg(bas, REG_DATA, sc->sc_txbuf[0]);
H A Duart_dev_lpc.c896 uart_setreg(bas, REG_DATA, sc->sc_txbuf[i]);
H A Duart_dev_ns8250.c974 uart_setreg(bas, REG_DATA, sc->sc_txbuf[i]);
/freebsd-11.0-release/sys/mips/cavium/
H A Duart_dev_oct16550.c801 oct16550_putc(bas, sc->sc_txbuf[i]);
810 uart_setreg(bas, REG_DATA, sc->sc_txbuf[i]);
/freebsd-11.0-release/sys/arm/samsung/exynos/
H A Dexynos_uart.c264 exynos4210_putc(&sc->sc_bas, sc->sc_txbuf[i]);
/freebsd-11.0-release/sys/mips/adm5120/
H A Duart_dev_adm5120.c450 uart_setreg(bas, UART_DR_REG, sc->sc_txbuf[i]);
/freebsd-11.0-release/sys/mips/atheros/
H A Duart_dev_ar933x.c689 (sc->sc_txbuf[i] & 0xff) | AR933X_UART_DATA_TX_CSR);
/freebsd-11.0-release/sys/mips/mediatek/
H A Duart_dev_mtk.c521 uart_setreg(bas, UART_TX_REG, sc->sc_txbuf[i]);
/freebsd-11.0-release/sys/mips/rt305x/
H A Duart_dev_rt305x.c502 uart_setreg(bas, UART_TX_REG, sc->sc_txbuf[i]);
/freebsd-11.0-release/sys/arm/freescale/vybrid/
H A Dvf_uart.c502 uart_setreg(bas, UART_D, sc->sc_txbuf[i] & 0xff);
/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath.c3000 bf = TAILQ_FIRST(&sc->sc_txbuf);
3015 TAILQ_REMOVE(&sc->sc_txbuf, bf, bf_list);
3036 TAILQ_FIRST(&sc->sc_txbuf) == NULL ?
3703 error = ath_descdma_setup(sc, &sc->sc_txdma, &sc->sc_txbuf,
3714 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);
3726 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);
3741 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);
4610 TAILQ_INSERT_TAIL(&sc->sc_txbuf, bf, bf_list);
4631 TAILQ_INSERT_HEAD(&sc->sc_txbuf, bf, bf_list);
/freebsd-11.0-release/sys/arm/xilinx/
H A Duart_dev_cdnc.c470 WR4(bas, CDNC_UART_FIFO, sc->sc_txbuf[i]);
/freebsd-11.0-release/sys/arm/amlogic/aml8726/
H A Duart_dev_aml8726.c667 uart_setreg(bas, AML_UART_WFIFO_REG, sc->sc_txbuf[i]);
/freebsd-11.0-release/sys/arm/at91/
H A Duart_dev_at91usart.c557 if (bus_dmamap_load(atsc->tx_tag, atsc->tx_map, sc->sc_txbuf,
/freebsd-11.0-release/sys/sparc64/pci/
H A Dsbbc.c1094 SBBC_SRAM_WRITE_1(sbbc_solcons + wrptr, sc->sc_txbuf[i]);

Completed in 264 milliseconds

12