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

12

/freebsd-10.1-release/sys/dev/wi/
H A Dif_wivar.h141 u_int16_t sc_txbuf[IEEE80211_MAX_LEN/2]; member in struct:wi_softc
H A Dif_wi.c1954 m_copydata(m, 0, totlen, (caddr_t)&sc->sc_txbuf);
1955 return wi_write_bap(sc, id, off, (caddr_t)&sc->sc_txbuf,
/freebsd-10.1-release/sys/boot/uboot/lib/
H A Dnet.c80 uint8_t sc_txbuf[ETHER_MAX_LEN + PKTALIGN]; member in struct:uboot_softc
231 sc->sc_txbufp = sc->sc_txbuf;
/freebsd-10.1-release/sys/dev/uart/
H A Duart_bus.h115 uint8_t *sc_txbuf; member in struct:uart_softc
H A Duart_core.c454 sc->sc_txbuf = malloc(sc->sc_txfifosz * sizeof(*sc->sc_txbuf),
564 free(sc->sc_txbuf, M_UART);
598 free(sc->sc_txbuf, M_UART);
H A Duart_dev_pl011.c440 __uart_setreg(bas, UART_DR, sc->sc_txbuf[i]);
H A Duart_tty.c195 sc->sc_txdatasz = ttydisc_getc(tp, sc->sc_txbuf, sc->sc_txfifosz);
H A Duart_dev_imx.c490 SETREG(bas, REG(UTXD), sc->sc_txbuf[i] & 0xff);
H A Duart_dev_quicc.c485 *buf = sc->sc_txbuf[0];
H A Duart_dev_sab82532.c722 uart_setreg(bas, SAB_XFIFO + i, sc->sc_txbuf[i]);
H A Duart_dev_z8530.c621 uart_setreg(bas, REG_DATA, sc->sc_txbuf[0]);
H A Duart_dev_lpc.c890 uart_setreg(bas, REG_DATA, sc->sc_txbuf[i]);
H A Duart_dev_ns8250.c915 uart_setreg(bas, REG_DATA, sc->sc_txbuf[i]);
/freebsd-10.1-release/sys/arm/samsung/exynos/
H A Duart.c263 s3c2410_putc(&sc->sc_bas, sc->sc_txbuf[i]);
/freebsd-10.1-release/sys/mips/cavium/
H A Duart_dev_oct16550.c800 oct16550_putc(bas, sc->sc_txbuf[i]);
809 uart_setreg(bas, REG_DATA, sc->sc_txbuf[i]);
/freebsd-10.1-release/sys/arm/s3c2xx0/
H A Duart_dev_s3c2410.c280 s3c2410_putc(&sc->sc_bas, sc->sc_txbuf[i]);
/freebsd-10.1-release/sys/arm/freescale/vybrid/
H A Dvf_uart.c495 uart_setreg(bas, UART_D, sc->sc_txbuf[i] & 0xff);
/freebsd-10.1-release/sys/mips/adm5120/
H A Duart_dev_adm5120.c449 uart_setreg(bas, UART_DR_REG, sc->sc_txbuf[i]);
/freebsd-10.1-release/sys/mips/rt305x/
H A Duart_dev_rt305x.c505 uart_setreg(bas, UART_TX_REG, sc->sc_txbuf[i]);
/freebsd-10.1-release/sys/dev/ath/
H A Dif_ath.c2542 bf = TAILQ_FIRST(&sc->sc_txbuf);
2557 TAILQ_REMOVE(&sc->sc_txbuf, bf, bf_list);
2578 TAILQ_FIRST(&sc->sc_txbuf) == NULL ?
3527 error = ath_descdma_setup(sc, &sc->sc_txdma, &sc->sc_txbuf,
3538 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);
3550 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);
3565 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);
4426 TAILQ_INSERT_TAIL(&sc->sc_txbuf, bf, bf_list);
4447 TAILQ_INSERT_HEAD(&sc->sc_txbuf, bf, bf_list);
H A Dif_ath_sysctl.c376 TAILQ_FOREACH(bf, &sc->sc_txbuf, bf_list) {
/freebsd-10.1-release/sys/arm/xilinx/
H A Duart_dev_cdnc.c471 WR4(bas, CDNC_UART_FIFO, sc->sc_txbuf[i]);
/freebsd-10.1-release/sys/mips/atheros/
H A Duart_dev_ar933x.c737 (sc->sc_txbuf[i] & 0xff) | AR933X_UART_DATA_TX_CSR);
/freebsd-10.1-release/sys/arm/at91/
H A Duart_dev_at91usart.c555 if (bus_dmamap_load(atsc->tx_tag, atsc->tx_map, sc->sc_txbuf,
/freebsd-10.1-release/sys/sparc64/pci/
H A Dsbbc.c1093 SBBC_SRAM_WRITE_1(sbbc_solcons + wrptr, sc->sc_txbuf[i]);

Completed in 387 milliseconds

12