Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-zynqmp-gqspi.c592 int tempcount = transfer_len; in zynqmp_qspi_fillgenfifo() local
594 u8 imm_data = tempcount & 0xFF; in zynqmp_qspi_fillgenfifo()
596 tempcount &= ~(tempcount & 0xFF); in zynqmp_qspi_fillgenfifo()
598 if (tempcount != 0) { in zynqmp_qspi_fillgenfifo()
601 while (tempcount != 0) { in zynqmp_qspi_fillgenfifo()
602 if (tempcount & GQSPI_GENFIFO_EXP_START) { in zynqmp_qspi_fillgenfifo()
610 tempcount = tempcount >> 1; in zynqmp_qspi_fillgenfifo()