Home
last modified time | relevance | path

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

/external/u-boot/drivers/spi/
Dpic32_spi.c72 const void *tx_end; member
111 tx_left = (priv->tx_end - priv->tx) / n_bytes; in pic32_tx_max()
114 rxtx_gap = (priv->rx_end - priv->rx) - (priv->tx_end - priv->tx); in pic32_tx_max()
148 if (priv->tx_end - priv->len) \
259 priv->tx_end = priv->tx + len; in pic32_spi_xfer()
Ddesignware_spi.c111 void *tx_end; member
263 tx_left = (priv->tx_end - priv->tx) / (priv->bits_per_word >> 3); in tx_max()
274 rxtx_gap = ((priv->rx_end - priv->rx) - (priv->tx_end - priv->tx)) / in tx_max()
295 if (priv->tx_end - priv->len) { in dw_writer()
393 priv->tx_end = priv->tx + priv->len; in dw_spi_xfer()