Home
last modified time | relevance | path

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

/linux-6.15/drivers/spi/
H A Dspi-zynqmp-gqspi.c674 u32 transfer_len, tempcount, exponent; in zynqmp_qspi_fillgenfifo() local
698 tempcount = transfer_len >> 8; in zynqmp_qspi_fillgenfifo()
701 while (tempcount) { in zynqmp_qspi_fillgenfifo()
702 if (tempcount & 1) in zynqmp_qspi_fillgenfifo()
705 tempcount >>= 1; in zynqmp_qspi_fillgenfifo()