Home
last modified time | relevance | path

Searched refs:tx_bytes (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/spi/
H A Dbcm63xx_spi.c113 size_t tx_bytes; member
206 priv->tx_bytes = 0; in bcm63xx_spi_xfer()
228 if (priv->tx_bytes + data_bytes > regs[SPI_TX_SIZE]) { in bcm63xx_spi_xfer()
234 memcpy_toio(priv->base + regs[SPI_TX] + priv->tx_bytes, in bcm63xx_spi_xfer()
236 priv->tx_bytes += data_bytes; in bcm63xx_spi_xfer()
248 val = priv->tx_bytes; in bcm63xx_spi_xfer()
250 priv->tx_bytes = 0; in bcm63xx_spi_xfer()
257 priv->tx_bytes = 0; in bcm63xx_spi_xfer()
263 if (priv->tx_bytes > SPI_CMD_PREPEND_BYTES) { in bcm63xx_spi_xfer()
281 cmd |= (priv->tx_bytes << SPI_CMD_PREPEND_SHIFT); in bcm63xx_spi_xfer()
/rk3399_rockchip-uboot/include/linux/
H A Dnetdevice.h34 unsigned long tx_bytes; /* total bytes transmitted */ member
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dether.c1642 dev->stats.tx_bytes += req->length; in tx_complete()
/rk3399_rockchip-uboot/drivers/net/
H A Dmvpp2.c954 u64 tx_bytes; member