Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-zynqmp-gqspi.c702 int tempcount = transfer_len; in zynqmp_qspi_fillgenfifo() local
704 u8 imm_data = tempcount & 0xFF; in zynqmp_qspi_fillgenfifo()
706 tempcount &= ~(tempcount & 0xFF); in zynqmp_qspi_fillgenfifo()
708 if (tempcount != 0) { in zynqmp_qspi_fillgenfifo()
711 while (tempcount != 0) { in zynqmp_qspi_fillgenfifo()
712 if (tempcount & GQSPI_GENFIFO_EXP_START) { in zynqmp_qspi_fillgenfifo()
720 tempcount = tempcount >> 1; in zynqmp_qspi_fillgenfifo()