Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/spi/
H A Datcspi200_spi.c20 #define CHUNK_SIZE 1 macro
241 num_blks = DIV_ROUND_UP(tran_len , CHUNK_SIZE); in __atcspi200_spi_xfer()
242 num_bytes = (tran_len) % CHUNK_SIZE; in __atcspi200_spi_xfer()
244 num_bytes = CHUNK_SIZE; in __atcspi200_spi_xfer()
251 num_blks -= CHUNK_SIZE; in __atcspi200_spi_xfer()
252 dout += CHUNK_SIZE; in __atcspi200_spi_xfer()
257 if (rf_cnt >= CHUNK_SIZE) in __atcspi200_spi_xfer()
258 rx_bytes = CHUNK_SIZE; in __atcspi200_spi_xfer()
265 num_blks -= CHUNK_SIZE; in __atcspi200_spi_xfer()