| /trueos/sys/dev/uart/ |
| HD | uart_core.c | 454 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()
|
| HD | uart_bus.h | 115 uint8_t *sc_txbuf; member
|
| HD | uart_tty.c | 195 sc->sc_txdatasz = ttydisc_getc(tp, sc->sc_txbuf, sc->sc_txfifosz); in uart_tty_outwakeup()
|
| HD | uart_dev_pl011.c | 459 __uart_setreg(bas, UART_DR, sc->sc_txbuf[i]); in uart_pl011_bus_transmit()
|
| HD | uart_dev_msm.c | 369 msm_putc(bas, sc->sc_txbuf[i]); in msm_bus_transmit()
|
| HD | uart_dev_quicc.c | 485 *buf = sc->sc_txbuf[0]; in quicc_bus_transmit()
|
| HD | uart_dev_imx.c | 585 SETREG(bas, REG(UTXD), sc->sc_txbuf[i] & 0xff); in imx_uart_bus_transmit()
|
| HD | uart_dev_z8530.c | 621 uart_setreg(bas, REG_DATA, sc->sc_txbuf[0]); in z8530_bus_transmit()
|
| HD | uart_dev_sab82532.c | 722 uart_setreg(bas, SAB_XFIFO + i, sc->sc_txbuf[i]); in sab82532_bus_transmit()
|
| HD | uart_dev_lpc.c | 897 uart_setreg(bas, REG_DATA, sc->sc_txbuf[i]); in lpc_ns8250_bus_transmit()
|
| HD | uart_dev_ns8250.c | 931 uart_setreg(bas, REG_DATA, sc->sc_txbuf[i]); in ns8250_bus_transmit()
|
| /trueos/sys/boot/uboot/lib/ |
| HD | net.c | 81 uint8_t sc_txbuf[ETHER_MAX_LEN + PKTALIGN]; member 340 sc->sc_txbufp = sc->sc_txbuf; in net_init()
|
| /trueos/sys/dev/wi/ |
| HD | if_wivar.h | 141 u_int16_t sc_txbuf[IEEE80211_MAX_LEN/2]; member
|
| HD | if_wi.c | 1954 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/ |
| HD | uart_dev_oct16550.c | 800 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/ |
| HD | uart_dev_s3c2410.c | 280 s3c2410_putc(&sc->sc_bas, sc->sc_txbuf[i]); in s3c2410_bus_transmit()
|
| /trueos/sys/arm/samsung/exynos/ |
| HD | exynos_uart.c | 264 exynos4210_putc(&sc->sc_bas, sc->sc_txbuf[i]); in exynos4210_bus_transmit()
|
| /trueos/sys/arm/freescale/vybrid/ |
| HD | vf_uart.c | 502 uart_setreg(bas, UART_D, sc->sc_txbuf[i] & 0xff); in vf_uart_bus_transmit()
|
| /trueos/sys/mips/adm5120/ |
| HD | uart_dev_adm5120.c | 449 uart_setreg(bas, UART_DR_REG, sc->sc_txbuf[i]); in adm5120_uart_bus_transmit()
|
| /trueos/sys/mips/rt305x/ |
| HD | uart_dev_rt305x.c | 505 uart_setreg(bas, UART_TX_REG, sc->sc_txbuf[i]); in rt305x_uart_bus_transmit()
|
| /trueos/sys/dev/ath/ |
| HD | if_ath.c | 2542 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/ |
| HD | uart_dev_cdnc.c | 472 WR4(bas, CDNC_UART_FIFO, sc->sc_txbuf[i]); in cdnc_uart_bus_transmit()
|
| /trueos/sys/mips/atheros/ |
| HD | uart_dev_ar933x.c | 737 (sc->sc_txbuf[i] & 0xff) | AR933X_UART_DATA_TX_CSR); in ar933x_bus_transmit()
|
| /trueos/sys/arm/at91/ |
| HD | uart_dev_at91usart.c | 558 if (bus_dmamap_load(atsc->tx_tag, atsc->tx_map, sc->sc_txbuf, in at91_usart_bus_transmit()
|
| /trueos/sys/sparc64/pci/ |
| HD | sbbc.c | 1093 SBBC_SRAM_WRITE_1(sbbc_solcons + wrptr, sc->sc_txbuf[i]); in sbbc_uart_bus_transmit()
|