Lines Matching refs:n_rx
109 u_char *rxbuf, loff_t from_addr, size_t n_rx);
506 size_t n_rx = op->data.nbytes;
517 if (!n_rx || n_rx > CQSPI_STIG_DATA_LEN_MAX || !rxbuf) {
520 n_rx, rxbuf);
545 reg |= (((n_rx - 1) & CQSPI_REG_CMDCTRL_RD_BYTES_MASK)
565 read_len = (n_rx > 4) ? 4 : n_rx;
569 if (n_rx > 4) {
572 read_len = n_rx - read_len;
695 const size_t n_rx)
701 unsigned int remaining = n_rx;
702 unsigned int mod_bytes = n_rx % 4;
704 u8 *rxbuf_end = rxbuf + n_rx;
823 size_t n_rx)
835 bytes_rem = n_rx % 4;
836 bytes_to_dma = (n_rx - bytes_rem);