Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/porting/
Dcc_pal.c179 int read_size = 0; in spi_Read() local
200 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()