Searched refs:read_size (Results 1 – 1 of 1) sorted by relevance
179 int read_size = 0; in spi_Read() local200 transact_details.rxBuf = (void*)(pBuff + read_size); in spi_Read()203 read_size += MAX_DMA_RECV_TRANSACTION_SIZE; in spi_Read()215 transact_details.rxBuf = (void*)(pBuff + read_size); in spi_Read()218 read_size += len; in spi_Read()220 return read_size; in spi_Read()229 return(read_size); in spi_Read()