Searched refs:n_tx (Results 1 – 5 of 5) sorted by relevance
98 u32 n_tx; /* Number of tx bytes */ member
98 if (cmd->n_tx) { in spinand_cmd()99 x[3].len = cmd->n_tx; in spinand_cmd()228 cmd.n_tx = 1, in spinand_set_otp()433 cmd.n_tx = len; in spinand_program_data_to_cache()833 cmd.n_tx = 1; in spinand_lock_block()
44 unsigned n_tx; member433 unsigned int n_tx = 0; in fsl_espi_do_one_msg() local440 n_tx += t->len; in fsl_espi_do_one_msg()449 espi_trans.n_tx = n_tx; in fsl_espi_do_one_msg()
2232 const void *txbuf, unsigned n_tx, in spi_write_then_read() argument2247 if ((n_tx + n_rx) > SPI_BUFSIZ || !mutex_trylock(&lock)) { in spi_write_then_read()2248 local_buf = kmalloc(max((unsigned)SPI_BUFSIZ, n_tx + n_rx), in spi_write_then_read()2258 if (n_tx) { in spi_write_then_read()2259 x[0].len = n_tx; in spi_write_then_read()2267 memcpy(local_buf, txbuf, n_tx); in spi_write_then_read()2269 x[1].rx_buf = local_buf + n_tx; in spi_write_then_read()
849 const void *txbuf, unsigned n_tx,