Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A 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()
H A Ddesignware_spi.c112 void *tx_end; member
298 tx_left = (priv->tx_end - priv->tx) / (priv->bits_per_word >> 3); in tx_max()
309 rxtx_gap = ((priv->rx_end - priv->rx) - (priv->tx_end - priv->tx)) / in tx_max()
330 if (priv->tx_end - priv->len) { in dw_writer()
434 priv->tx_end = priv->tx + priv->len; in dw_spi_xfer()
/openbmc/linux/drivers/spi/
H A Dspi-pic32.c115 const void *tx_end; member
165 tx_left = (pic32s->tx_end - pic32s->tx) / n_bytes; in pic32_tx_max()
177 (pic32s->tx_end - pic32s->tx)) / n_bytes; in pic32_tx_max()
208 if (pic32s->tx_end - pic32s->len) \
287 if (pic32s->tx_end == pic32s->tx) in pic32_spi_tx_irq()
537 pic32s->tx_end = pic32s->tx + transfer->len; in pic32_spi_one_transfer()
H A Dspi-pxa2xx.h45 void *tx_end; member
H A Dspi-pxa2xx.c494 || (drv_data->tx == drv_data->tx_end)) in null_writer()
518 || (drv_data->tx == drv_data->tx_end)) in u8_writer()
540 || (drv_data->tx == drv_data->tx_end)) in u16_writer()
562 || (drv_data->tx == drv_data->tx_end)) in u32_writer()
677 if (drv_data->tx == drv_data->tx_end) { in interrupt_transfer()
984 drv_data->tx_end = drv_data->tx + transfer->len; in pxa2xx_spi_transfer_one()
H A Dspi-pl022.c382 void *tx_end; member
679 __func__, pl022->rx, pl022->rx_end, pl022->tx, pl022->tx_end); in readwriter()
708 && (pl022->tx < pl022->tx_end)) { in readwriter()
1299 if (pl022->tx == pl022->tx_end) { in pl022_interrupt_handler()
1355 pl022->tx_end = pl022->tx + pl022->cur_transfer->len; in set_up_next_transfer()
1542 while (pl022->tx < pl022->tx_end || pl022->rx < pl022->rx_end) { in do_polling_transfer()
/openbmc/linux/drivers/net/wan/
H A Dwanxlfw.S276 bsr tx_end
563 tx_end: tstl tx_count(%d0) label
592 bra tx_end
596 bra tx_end
/openbmc/linux/drivers/crypto/
H A Ds5p-sss.c665 bool tx_end = false; in s5p_aes_interrupt() local
689 tx_end = true; in s5p_aes_interrupt()
726 if (tx_end) { in s5p_aes_interrupt()