SUN4I_MAX_XFER_SIZE   65 drivers/spi/spi-sun4i.c #define SUN4I_BURST_CNT(cnt)			((cnt) & SUN4I_MAX_XFER_SIZE)
SUN4I_MAX_XFER_SIZE   68 drivers/spi/spi-sun4i.c #define SUN4I_XMIT_CNT(cnt)			((cnt) & SUN4I_MAX_XFER_SIZE)
SUN4I_MAX_XFER_SIZE  216 drivers/spi/spi-sun4i.c 	if (tfr->len > SUN4I_MAX_XFER_SIZE)
SUN4I_MAX_XFER_SIZE  219 drivers/spi/spi-sun4i.c 	if (tfr->tx_buf && tfr->len >= SUN4I_MAX_XFER_SIZE)