Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dpic32_spi.c109 u32 tx_left, tx_room, rxtx_gap; in pic32_tx_max() local
111 tx_left = (priv->tx_end - priv->tx) / n_bytes; in pic32_tx_max()
116 return min3(tx_left, tx_room, (u32)(priv->fifo_n_word - rxtx_gap)); in pic32_tx_max()
H A Ddesignware_spi.c296 u32 tx_left, tx_room, rxtx_gap; in tx_max() local
298 tx_left = (priv->tx_end - priv->tx) / (priv->bits_per_word >> 3); in tx_max()
312 return min3(tx_left, tx_room, (u32)(priv->fifo_len - rxtx_gap)); in tx_max()