Searched refs:tx_end (Results 1 – 13 of 13) sorted by relevance
88 void *tx_end; member174 while (drv_data->tx < drv_data->tx_end) { in bfin_sport_spi_u8_writer()214 while (drv_data->tx < drv_data->tx_end) { in bfin_sport_spi_u16_writer()397 drv_data->tx_end = drv_data->tx + transfer->len; in bfin_sport_spi_pump_transfers()399 transfer->tx_buf, drv_data->tx_end); in bfin_sport_spi_pump_transfers()439 BUG_ON((drv_data->tx_end - drv_data->tx) != in bfin_sport_spi_pump_transfers()443 if (drv_data->tx != drv_data->tx_end) in bfin_sport_spi_pump_transfers()450 if (drv_data->tx != drv_data->tx_end) in bfin_sport_spi_pump_transfers()
73 void *tx_end; member238 while (drv_data->tx < drv_data->tx_end) { in adi_spi_u8_write()279 while (drv_data->tx < drv_data->tx_end) { in adi_spi_u16_write()324 while (drv_data->tx < drv_data->tx_end) { in adi_spi_u32_write()399 drv->tx_end = drv->tx + t->len; in adi_spi_setup_transfer()537 if (drv_data->tx != drv_data->tx_end) in adi_spi_pio_xfer()547 if (drv_data->tx != drv_data->tx_end) in adi_spi_pio_xfer()
88 void *tx_end; member232 while (drv_data->tx < drv_data->tx_end) { in bfin_spi_u8_writer()282 while (drv_data->tx < drv_data->tx_end) { in bfin_spi_u16_writer()391 if ((drv_data->tx && drv_data->tx >= drv_data->tx_end) || in bfin_spi_pio_irq_handler()619 drv_data->tx_end = drv_data->tx + transfer->len; in bfin_spi_pump_transfers()621 transfer->tx_buf, drv_data->tx_end); in bfin_spi_pump_transfers()823 BUG_ON((drv_data->tx_end - drv_data->tx) != in bfin_spi_pump_transfers()830 if (drv_data->tx != drv_data->tx_end) in bfin_spi_pump_transfers()839 if (drv_data->tx != drv_data->tx_end) in bfin_spi_pump_transfers()
156 tx_left = (dws->tx_end - dws->tx) / dws->n_bytes; in tx_max()167 rxtx_gap = ((dws->rx_end - dws->rx) - (dws->tx_end - dws->tx)) in tx_max()190 if (dws->tx_end - dws->len) { in dw_writer()303 dws->tx_end = dws->tx + transfer->len; in dw_spi_transfer_one()
187 const void *tx_end; member251 tx_left = (rs->tx_end - rs->tx) / rs->n_bytes; in tx_max()385 remain = rs->tx_end - rs->tx; in rockchip_spi_pio_transfer()591 rs->tx_end = rs->tx + xfer->len; in rockchip_spi_transfer_one()
387 || (drv_data->tx == drv_data->tx_end)) in null_writer()412 || (drv_data->tx == drv_data->tx_end)) in u8_writer()435 || (drv_data->tx == drv_data->tx_end)) in u16_writer()458 || (drv_data->tx == drv_data->tx_end)) in u32_writer()636 if (drv_data->tx == drv_data->tx_end) { in interrupt_transfer()968 drv_data->tx_end = drv_data->tx + transfer->len; in pump_transfers()
68 void *tx_end; member
119 void *tx_end; member
394 void *tx_end; member700 __func__, pl022->rx, pl022->rx_end, pl022->tx, pl022->tx_end); in readwriter()729 && (pl022->tx < pl022->tx_end)) { in readwriter()1319 if (pl022->tx == pl022->tx_end) { in pl022_interrupt_handler()1375 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()
151 void *tx_end; member395 dspi->tx_end = dspi->tx + transfer->len; in dspi_transfer_one_message()
278 bsr tx_end565 tx_end: tstl tx_count(%d0) label594 bra tx_end598 bra tx_end
500 __be32 tx_end; member
1997 a.tx_end = bus_addr (dev->txq.in.limit); in amb_talk()