Searched refs:tx_end (Results 1 – 8 of 8) sorted by relevance
72 const void *tx_end; member111 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()
112 void *tx_end; member298 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()
115 const void *tx_end; member165 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()
45 void *tx_end; member
494 || (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()
382 void *tx_end; member679 __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()
276 bsr tx_end563 tx_end: tstl tx_count(%d0) label592 bra tx_end596 bra tx_end
665 bool tx_end = false; in s5p_aes_interrupt() local689 tx_end = true; in s5p_aes_interrupt()726 if (tx_end) { in s5p_aes_interrupt()