Home
last modified time | relevance | path

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

/drivers/spi/
Dspi-zynqmp-gqspi.c594 int tempcount = transfer_len; in zynqmp_qspi_fillgenfifo() local
596 u8 imm_data = tempcount & 0xFF; in zynqmp_qspi_fillgenfifo()
598 tempcount &= ~(tempcount & 0xFF); in zynqmp_qspi_fillgenfifo()
600 if (tempcount != 0) { in zynqmp_qspi_fillgenfifo()
603 while (tempcount != 0) { in zynqmp_qspi_fillgenfifo()
604 if (tempcount & GQSPI_GENFIFO_EXP_START) { in zynqmp_qspi_fillgenfifo()
612 tempcount = tempcount >> 1; in zynqmp_qspi_fillgenfifo()