Lines Matching refs:n_bytes
35 u8 n_bytes; /* current is a 1/2/4 byte op */ member
159 tx_left = (dws->tx_end - dws->tx) / dws->n_bytes; in tx_max()
171 / dws->n_bytes; in tx_max()
179 u32 rx_left = (dws->rx_end - dws->rx) / dws->n_bytes; in rx_max()
192 if (dws->n_bytes == 1) in dw_writer()
198 dws->tx += dws->n_bytes; in dw_writer()
211 if (dws->n_bytes == 1) in dw_reader()
216 dws->rx += dws->n_bytes; in dw_reader()
298 dws->n_bytes = chip->n_bytes; in dw_spi_transfer_one()
329 dws->n_bytes = 1; in dw_spi_transfer_one()
332 dws->n_bytes = 2; in dw_spi_transfer_one()
377 txlevel = min_t(u16, dws->fifo_len / 2, dws->len / dws->n_bytes); in dw_spi_transfer_one()
448 chip->n_bytes = 1; in dw_spi_setup()
451 chip->n_bytes = 2; in dw_spi_setup()