tempcount         827 drivers/spi/spi-zynqmp-gqspi.c 		int tempcount = transfer_len;
tempcount         829 drivers/spi/spi-zynqmp-gqspi.c 		u8 imm_data = tempcount & 0xFF;
tempcount         831 drivers/spi/spi-zynqmp-gqspi.c 		tempcount &= ~(tempcount & 0xFF);
tempcount         833 drivers/spi/spi-zynqmp-gqspi.c 		if (tempcount != 0) {
tempcount         836 drivers/spi/spi-zynqmp-gqspi.c 			while (tempcount != 0) {
tempcount         837 drivers/spi/spi-zynqmp-gqspi.c 				if (tempcount & GQSPI_GENFIFO_EXP_START) {
tempcount         845 drivers/spi/spi-zynqmp-gqspi.c 				tempcount = tempcount >> 1;