Searched refs:n_bytes (Results 1 – 5 of 5) sorted by relevance
109 if (dws->n_bytes == 1) in dw_writer()115 dws->tx += dws->n_bytes; in dw_writer()172 if (dws->n_bytes == 1) in dw_reader()176 dws->rx += dws->n_bytes; in dw_reader()249 nbits = dws->n_bytes * BITS_PER_BYTE; in poll_transfer()349 dws->n_bytes = 1; in dw_spi_set_data_frame_len()351 dws->n_bytes = 2; in dw_spi_set_data_frame_len()
118 uint8_t n_bytes; /* current is a 1/2 bytes op */ member
121 set_input_cfg->n_bytes = FSPIM_1_BYTE; in spim_configure()125 set_input_cfg->n_bytes = FSPIM_2_BYTE; in spim_configure()
67 set_input_cfg->n_bytes = FSPIM_1_BYTE; in spim_configure()
153 dws->rx_len = len / dws->n_bytes; in dw_spi_transfer_one()154 dws->tx_len = len / dws->n_bytes; in dw_spi_transfer_one()
Completed in 9 milliseconds