Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/spi/
Dspi-zynqmp-gqspi.c599 int tempcount = transfer_len; in zynqmp_qspi_fillgenfifo() local
601 u8 imm_data = tempcount & 0xFF; in zynqmp_qspi_fillgenfifo()
603 tempcount &= ~(tempcount & 0xFF); in zynqmp_qspi_fillgenfifo()
605 if (tempcount != 0) { in zynqmp_qspi_fillgenfifo()
608 while (tempcount != 0) { in zynqmp_qspi_fillgenfifo()
609 if (tempcount & GQSPI_GENFIFO_EXP_START) { in zynqmp_qspi_fillgenfifo()
617 tempcount = tempcount >> 1; in zynqmp_qspi_fillgenfifo()