Searched refs:n_tx (Results 1 – 2 of 2) sorted by relevance
619 size_t n_tx = op->data.nbytes; in cqspi_command_write() local629 if (n_tx > CQSPI_STIG_DATA_LEN_MAX || (n_tx && !txbuf)) { in cqspi_command_write()632 n_tx, txbuf); in cqspi_command_write()655 if (n_tx) { in cqspi_command_write()657 reg |= ((n_tx - 1) & CQSPI_REG_CMDCTRL_WR_BYTES_MASK) in cqspi_command_write()660 write_len = (n_tx > 4) ? 4 : n_tx; in cqspi_command_write()665 if (n_tx > 4) { in cqspi_command_write()667 write_len = n_tx - 4; in cqspi_command_write()1065 const size_t n_tx) in cqspi_indirect_write_execute() argument1070 unsigned int remaining = n_tx; in cqspi_indirect_write_execute()
1455 const void *txbuf, unsigned n_tx,