Home
last modified time | relevance | path

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

12

/trueos/sys/dev/uart/
HDuart_core.c454 sc->sc_txbuf = malloc(sc->sc_txfifosz * sizeof(*sc->sc_txbuf), in uart_bus_attach()
564 free(sc->sc_txbuf, M_UART); in uart_bus_attach()
598 free(sc->sc_txbuf, M_UART); in uart_bus_detach()
HDuart_bus.h115 uint8_t *sc_txbuf; member
HDuart_tty.c195 sc->sc_txdatasz = ttydisc_getc(tp, sc->sc_txbuf, sc->sc_txfifosz); in uart_tty_outwakeup()
HDuart_dev_pl011.c459 __uart_setreg(bas, UART_DR, sc->sc_txbuf[i]); in uart_pl011_bus_transmit()
HDuart_dev_msm.c369 msm_putc(bas, sc->sc_txbuf[i]); in msm_bus_transmit()
HDuart_dev_quicc.c485 *buf = sc->sc_txbuf[0]; in quicc_bus_transmit()
HDuart_dev_imx.c585 SETREG(bas, REG(UTXD), sc->sc_txbuf[i] & 0xff); in imx_uart_bus_transmit()
HDuart_dev_z8530.c621 uart_setreg(bas, REG_DATA, sc->sc_txbuf[0]); in z8530_bus_transmit()
HDuart_dev_sab82532.c722 uart_setreg(bas, SAB_XFIFO + i, sc->sc_txbuf[i]); in sab82532_bus_transmit()
HDuart_dev_lpc.c897 uart_setreg(bas, REG_DATA, sc->sc_txbuf[i]); in lpc_ns8250_bus_transmit()
HDuart_dev_ns8250.c931 uart_setreg(bas, REG_DATA, sc->sc_txbuf[i]); in ns8250_bus_transmit()
/trueos/sys/boot/uboot/lib/
HDnet.c81 uint8_t sc_txbuf[ETHER_MAX_LEN + PKTALIGN]; member
340 sc->sc_txbufp = sc->sc_txbuf; in net_init()
/trueos/sys/dev/wi/
HDif_wivar.h141 u_int16_t sc_txbuf[IEEE80211_MAX_LEN/2]; member
HDif_wi.c1954 m_copydata(m, 0, totlen, (caddr_t)&sc->sc_txbuf); in wi_mwrite_bap()
1955 return wi_write_bap(sc, id, off, (caddr_t)&sc->sc_txbuf, in wi_mwrite_bap()
/trueos/sys/mips/cavium/
HDuart_dev_oct16550.c800 oct16550_putc(bas, sc->sc_txbuf[i]); in oct16550_bus_transmit()
809 uart_setreg(bas, REG_DATA, sc->sc_txbuf[i]); in oct16550_bus_transmit()
/trueos/sys/arm/samsung/s3c2xx0/
HDuart_dev_s3c2410.c280 s3c2410_putc(&sc->sc_bas, sc->sc_txbuf[i]); in s3c2410_bus_transmit()
/trueos/sys/arm/samsung/exynos/
HDexynos_uart.c264 exynos4210_putc(&sc->sc_bas, sc->sc_txbuf[i]); in exynos4210_bus_transmit()
/trueos/sys/arm/freescale/vybrid/
HDvf_uart.c502 uart_setreg(bas, UART_D, sc->sc_txbuf[i] & 0xff); in vf_uart_bus_transmit()
/trueos/sys/mips/adm5120/
HDuart_dev_adm5120.c449 uart_setreg(bas, UART_DR_REG, sc->sc_txbuf[i]); in adm5120_uart_bus_transmit()
/trueos/sys/mips/rt305x/
HDuart_dev_rt305x.c505 uart_setreg(bas, UART_TX_REG, sc->sc_txbuf[i]); in rt305x_uart_bus_transmit()
/trueos/sys/dev/ath/
HDif_ath.c2542 bf = TAILQ_FIRST(&sc->sc_txbuf); in _ath_getbuf_locked()
2557 TAILQ_REMOVE(&sc->sc_txbuf, bf, bf_list); in _ath_getbuf_locked()
2578 TAILQ_FIRST(&sc->sc_txbuf) == NULL ? in _ath_getbuf_locked()
3527 error = ath_descdma_setup(sc, &sc->sc_txdma, &sc->sc_txbuf, in ath_desc_alloc()
3538 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf); in ath_desc_alloc()
3550 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf); in ath_desc_alloc()
3565 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf); in ath_desc_free()
4426 TAILQ_INSERT_TAIL(&sc->sc_txbuf, bf, bf_list); in ath_returnbuf_tail()
4447 TAILQ_INSERT_HEAD(&sc->sc_txbuf, bf, bf_list); in ath_returnbuf_head()
/trueos/sys/arm/xilinx/
HDuart_dev_cdnc.c472 WR4(bas, CDNC_UART_FIFO, sc->sc_txbuf[i]); in cdnc_uart_bus_transmit()
/trueos/sys/mips/atheros/
HDuart_dev_ar933x.c737 (sc->sc_txbuf[i] & 0xff) | AR933X_UART_DATA_TX_CSR); in ar933x_bus_transmit()
/trueos/sys/arm/at91/
HDuart_dev_at91usart.c558 if (bus_dmamap_load(atsc->tx_tag, atsc->tx_map, sc->sc_txbuf, in at91_usart_bus_transmit()
/trueos/sys/sparc64/pci/
HDsbbc.c1093 SBBC_SRAM_WRITE_1(sbbc_solcons + wrptr, sc->sc_txbuf[i]); in sbbc_uart_bus_transmit()

12