Home
last modified time | relevance | path

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

/drivers/spi/
A Dsh_qspi.c151 u32 nbyte, chunk; in sh_qspi_xfer_common() local
168 nbyte = bitlen / 8; in sh_qspi_xfer_common()
178 writel(nbyte, spbmul0); in sh_qspi_xfer_common()
186 while (nbyte > 0) { in sh_qspi_xfer_common()
191 chunk = (nbyte >= 32) ? 32 : 1; in sh_qspi_xfer_common()
218 nbyte -= chunk; in sh_qspi_xfer_common()

Completed in 4 milliseconds