Searched refs:bytesout (Results 1 – 2 of 2) sorted by relevance
276 trans->bytesout = op->data.nbytes; in ich_spi_exec_op_swseq()349 if (!trans->bytesout && !trans->bytesin) { in ich_spi_exec_op_swseq()376 while (trans->bytesout || trans->bytesin) { in ich_spi_exec_op_swseq()382 if (trans->bytesout) in ich_spi_exec_op_swseq()383 data_length = min(trans->bytesout, ctlr->databytes); in ich_spi_exec_op_swseq()388 if (trans->bytesout) { in ich_spi_exec_op_swseq()390 trans->bytesout -= data_length; in ich_spi_exec_op_swseq()
107 uint32_t bytesout; member
Completed in 6 milliseconds