Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-ti-qspi.c96 #define QSPI_WLEN_MAX_BYTES 16 macro
263 if (count >= QSPI_WLEN_MAX_BYTES) { in qspi_write_msg()
278 xfer_len = QSPI_WLEN_MAX_BYTES; in qspi_write_msg()
347 if (count >= QSPI_WLEN_MAX_BYTES) { in qspi_read_msg()
348 rxlen = QSPI_WLEN_MAX_BYTES; in qspi_read_msg()
373 if (count >= QSPI_WLEN_MAX_BYTES) { in qspi_read_msg()
/openbmc/u-boot/drivers/spi/
H A Dti_qspi.c29 #define QSPI_WLEN_MAX_BYTES (QSPI_WLEN_MAX_BITS >> 3) macro
234 if (words >= QSPI_WLEN_MAX_BYTES) { in __ti_qspi_xfer()
248 xfer_len = QSPI_WLEN_MAX_BYTES; in __ti_qspi_xfer()