Home
last modified time | relevance | path

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

/u-boot-v2022.01-rc1/drivers/spi/
A Dpic32_spi.c75 const void *tx_end; member
114 tx_left = (priv->tx_end - priv->tx) / n_bytes; in pic32_tx_max()
117 rxtx_gap = (priv->rx_end - priv->rx) - (priv->tx_end - priv->tx); in pic32_tx_max()
151 if (priv->tx_end - priv->len) \
262 priv->tx_end = priv->tx + len; in pic32_spi_xfer()
A Ddesignware_spi.c134 const void *tx_end; member
388 tx_left = (priv->tx_end - priv->tx) / (priv->bits_per_word >> 3); in tx_max()
399 rxtx_gap = ((priv->rx_end - priv->rx) - (priv->tx_end - priv->tx)) / in tx_max()
420 if (priv->tx_end - priv->len) { in dw_writer()
518 priv->tx_end = priv->tx + priv->len; in dw_spi_xfer()
610 priv->tx_end = priv->tx + op_len; in dw_spi_exec_op()
613 while (priv->tx != priv->tx_end) in dw_spi_exec_op()
631 priv->tx_end = priv->tx + op->data.nbytes; in dw_spi_exec_op()
636 while (priv->tx != priv->tx_end) in dw_spi_exec_op()

Completed in 8 milliseconds