send_at_once      137 drivers/spi/spi-mpc52xx-psc.c 	unsigned send_at_once = MPC52xx_PSC_BUFSIZE;
send_at_once      151 drivers/spi/spi-mpc52xx-psc.c 			send_at_once = t->len - sb;
send_at_once      156 drivers/spi/spi-mpc52xx-psc.c 		dev_dbg(&spi->dev, "send %d bytes...\n", send_at_once);
send_at_once      157 drivers/spi/spi-mpc52xx-psc.c 		for (; send_at_once; sb++, send_at_once--) {
send_at_once      159 drivers/spi/spi-mpc52xx-psc.c 			if (send_at_once == 1 && last_block)
send_at_once      185 drivers/spi/spi-mpc52xx-psc.c 		send_at_once = recv_at_once;