tx_end           1982 drivers/atm/ambassador.c   a.tx_end        = bus_addr (dev->txq.in.limit);
tx_end            485 drivers/atm/ambassador.h   __be32 tx_end;
tx_end            667 drivers/crypto/s5p-sss.c 	bool tx_end = false;
tx_end            691 drivers/crypto/s5p-sss.c 			tx_end = true;
tx_end            728 drivers/crypto/s5p-sss.c 	if (tx_end) {
tx_end            156 drivers/spi/spi-dw.c 	tx_left = (dws->tx_end - dws->tx) / dws->n_bytes;
tx_end            167 drivers/spi/spi-dw.c 	rxtx_gap =  ((dws->rx_end - dws->rx) - (dws->tx_end - dws->tx))
tx_end            190 drivers/spi/spi-dw.c 		if (dws->tx_end - dws->len) {
tx_end            302 drivers/spi/spi-dw.c 	dws->tx_end = dws->tx + transfer->len;
tx_end            122 drivers/spi/spi-dw.h 	void			*tx_end;
tx_end            115 drivers/spi/spi-pic32.c 	const void		*tx_end;
tx_end            165 drivers/spi/spi-pic32.c 	tx_left = (pic32s->tx_end - pic32s->tx) / n_bytes;
tx_end            177 drivers/spi/spi-pic32.c 		    (pic32s->tx_end - pic32s->tx)) / n_bytes;
tx_end            208 drivers/spi/spi-pic32.c 		if (pic32s->tx_end - pic32s->len)		\
tx_end            287 drivers/spi/spi-pic32.c 	if (pic32s->tx_end == pic32s->tx)
tx_end            538 drivers/spi/spi-pic32.c 		pic32s->tx_end = pic32s->tx + transfer->len;
tx_end            379 drivers/spi/spi-pl022.c 	void				*tx_end;
tx_end            685 drivers/spi/spi-pl022.c 		__func__, pl022->rx, pl022->rx_end, pl022->tx, pl022->tx_end);
tx_end            714 drivers/spi/spi-pl022.c 	       && (pl022->tx < pl022->tx_end)) {
tx_end           1303 drivers/spi/spi-pl022.c 	if (pl022->tx == pl022->tx_end) {
tx_end           1359 drivers/spi/spi-pl022.c 	pl022->tx_end = pl022->tx + pl022->cur_transfer->len;
tx_end           1548 drivers/spi/spi-pl022.c 		while (pl022->tx < pl022->tx_end || pl022->rx < pl022->rx_end) {
tx_end            490 drivers/spi/spi-pxa2xx.c 		|| (drv_data->tx == drv_data->tx_end))
tx_end            515 drivers/spi/spi-pxa2xx.c 		|| (drv_data->tx == drv_data->tx_end))
tx_end            538 drivers/spi/spi-pxa2xx.c 		|| (drv_data->tx == drv_data->tx_end))
tx_end            561 drivers/spi/spi-pxa2xx.c 		|| (drv_data->tx == drv_data->tx_end))
tx_end            669 drivers/spi/spi-pxa2xx.c 	if (drv_data->tx == drv_data->tx_end) {
tx_end            983 drivers/spi/spi-pxa2xx.c 	drv_data->tx_end = drv_data->tx + transfer->len;
tx_end             51 drivers/spi/spi-pxa2xx.h 	void *tx_end;