Home
last modified time | relevance | path

Searched defs:SUN4I_BURST_CNT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/spi/
H A Dspi-sun4i.c65 #define SUN4I_BURST_CNT(cnt) ((cnt) & SUN4I_MAX_XFER_SIZE) macro
/openbmc/u-boot/drivers/spi/
H A Dspi-sunxi.c68 #define SUN4I_BURST_CNT(cnt) ((cnt) & SUN4I_MAX_XFER_SIZE) macro