Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dpic32_spi.c73 const void *tx_end; member
112 tx_left = (priv->tx_end - priv->tx) / n_bytes; in pic32_tx_max()
115 rxtx_gap = (priv->rx_end - priv->rx) - (priv->tx_end - priv->tx); in pic32_tx_max()
149 if (priv->tx_end - priv->len) \
260 priv->tx_end = priv->tx + len; in pic32_spi_xfer()
H A Ddesignware_spi.c112 void *tx_end; member
264 tx_left = (priv->tx_end - priv->tx) / (priv->bits_per_word >> 3); in tx_max()
275 rxtx_gap = ((priv->rx_end - priv->rx) - (priv->tx_end - priv->tx)) / in tx_max()
296 if (priv->tx_end - priv->len) { in dw_writer()
394 priv->tx_end = priv->tx + priv->len; in dw_spi_xfer()
/OK3568_Linux_fs/kernel/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()
539 pic32s->tx_end = pic32s->tx + transfer->len; in pic32_spi_one_transfer()
H A Dspi-pxa2xx.h51 void *tx_end; member
H A Dspi-pxa2xx.c508 || (drv_data->tx == drv_data->tx_end)) in null_writer()
533 || (drv_data->tx == drv_data->tx_end)) in u8_writer()
556 || (drv_data->tx == drv_data->tx_end)) in u16_writer()
579 || (drv_data->tx == drv_data->tx_end)) in u32_writer()
686 if (drv_data->tx == drv_data->tx_end) { in interrupt_transfer()
999 drv_data->tx_end = drv_data->tx + transfer->len; in pxa2xx_spi_transfer_one()
H A Dspi-pl022.c383 void *tx_end; member
688 __func__, pl022->rx, pl022->rx_end, pl022->tx, pl022->tx_end); in readwriter()
717 && (pl022->tx < pl022->tx_end)) { in readwriter()
1308 if (pl022->tx == pl022->tx_end) { in pl022_interrupt_handler()
1364 pl022->tx_end = pl022->tx + pl022->cur_transfer->len; in set_up_next_transfer()
1551 while (pl022->tx < pl022->tx_end || pl022->rx < pl022->rx_end) { in do_polling_transfer()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_rxtx.c408 uint16_t tx_end; in eth_igb_xmit_pkts() local
499 tx_end = sw_ring[tx_last].last_id; in eth_igb_xmit_pkts()
505 tx_end = sw_ring[tx_end].next_id; in eth_igb_xmit_pkts()
510 tx_end = sw_ring[tx_end].last_id; in eth_igb_xmit_pkts()
515 if (! (txr[tx_end].wb.status & E1000_TXD_STAT_DD)) { in eth_igb_xmit_pkts()
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dambassador.h485 __be32 tx_end; member
H A Dambassador.c1982 a.tx_end = bus_addr (dev->txq.in.limit); in amb_talk()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Ds5p-sss.c668 bool tx_end = false; in s5p_aes_interrupt() local
692 tx_end = true; in s5p_aes_interrupt()
729 if (tx_end) { in s5p_aes_interrupt()