Lines Matching refs:tx
111 void *tx; member
264 tx_left = (priv->tx_end - priv->tx) / (priv->bits_per_word >> 3); in tx_max()
275 rxtx_gap = ((priv->rx_end - priv->rx) - (priv->tx_end - priv->tx)) / in tx_max()
298 txw = *(u8 *)(priv->tx); in dw_writer()
300 txw = *(u16 *)(priv->tx); in dw_writer()
304 priv->tx += priv->bits_per_word >> 3; in dw_writer()
355 const u8 *tx = dout; in dw_spi_xfer() local
376 if (rx && tx) in dw_spi_xfer()
391 debug("%s: rx=%p tx=%p len=%d [bytes]\n", __func__, rx, tx, priv->len); in dw_spi_xfer()
393 priv->tx = (void *)tx; in dw_spi_xfer()
394 priv->tx_end = priv->tx + priv->len; in dw_spi_xfer()