Searched refs:SUN4I_MAX_XFER_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/spi/
H A Dspi-sun4i.c62 #define SUN4I_MAX_XFER_SIZE 0xffffff macro
65 #define SUN4I_BURST_CNT(cnt) ((cnt) & SUN4I_MAX_XFER_SIZE)
68 #define SUN4I_XMIT_CNT(cnt) ((cnt) & SUN4I_MAX_XFER_SIZE)
201 return SUN4I_MAX_XFER_SIZE - 1;
216 if (tfr->len > SUN4I_MAX_XFER_SIZE)
219 if (tfr->tx_buf && tfr->len >= SUN4I_MAX_XFER_SIZE)

Completed in 102 milliseconds