Searched refs:n_rx (Results 1 – 3 of 3) sorted by relevance
44 unsigned n_rx; member371 unsigned int n_rx = espi_trans->n_rx; in fsl_espi_rw_trans() local385 for (pos = 0, loop = 0; pos < n_rx; pos += trans_len, loop++) { in fsl_espi_rw_trans()386 trans_len = n_rx - pos; in fsl_espi_rw_trans()405 espi_trans->n_rx = trans_len; in fsl_espi_rw_trans()427 unsigned int n_rx = 0; in fsl_espi_do_one_msg() local434 n_rx += t->len; in fsl_espi_do_one_msg()440 espi_trans.n_rx = n_rx; in fsl_espi_do_one_msg()441 espi_trans.len = n_tx + n_rx; in fsl_espi_do_one_msg()
1051 u8 *rxbuf, unsigned n_rx) in spi_write_then_read() argument1064 if ((n_tx + n_rx) > SPI_BUFSIZ) in spi_write_then_read()1073 if (n_rx) { in spi_write_then_read()1074 x[1].len = n_rx; in spi_write_then_read()1093 memcpy(rxbuf, x[1].rx_buf, n_rx); in spi_write_then_read()
624 u8 *rxbuf, unsigned n_rx);