Searched refs:tx_end (Results 1 – 6 of 6) sorted by relevance
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()
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()972 drv_data->tx_end = drv_data->tx + transfer->len; in pxa2xx_spi_transfer_one()
65 void *tx_end; member
371 void *tx_end; member597 __func__, pl022->rx, pl022->rx_end, pl022->tx, pl022->tx_end); in readwriter()626 && (pl022->tx < pl022->tx_end)) { in readwriter()1181 if (pl022->tx == pl022->tx_end) { in pl022_interrupt_handler()1231 pl022->tx_end = pl022->tx + pl022->cur_transfer->len; in set_up_next_transfer()1314 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
662 bool tx_end = false; in s5p_aes_interrupt() local686 tx_end = true; in s5p_aes_interrupt()723 if (tx_end) { in s5p_aes_interrupt()