Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-sunxi/
H A Dspl_spi_sunxi.c185 #define SPI_READ_MAX_SIZE 60 /* FIFO size, minus 4 bytes of the header */ macro
233 if (chunk_len > SPI_READ_MAX_SIZE) in spi0_read_data()
234 chunk_len = SPI_READ_MAX_SIZE; in spi0_read_data()