Home
last modified time | relevance | path

Searched refs:tx_end (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/spi/
H A Dpic32_spi.c73 const void *tx_end; member
112 tx_left = (priv->tx_end - priv->tx) / n_bytes; in pic32_tx_max()
115 rxtx_gap = (priv->rx_end - priv->rx) - (priv->tx_end - priv->tx); in pic32_tx_max()
149 if (priv->tx_end - priv->len) \
260 priv->tx_end = priv->tx + len; in pic32_spi_xfer()
H A Ddesignware_spi.c112 void *tx_end; 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()
296 if (priv->tx_end - priv->len) { in dw_writer()
394 priv->tx_end = priv->tx + priv->len; in dw_spi_xfer()