Searched refs:frame_len_words (Results 1 – 1 of 1) sorted by relevance
666 unsigned int frame_len_words, transfer_len_words; in ti_qspi_start_transfer_one() local679 frame_len_words = 0; in ti_qspi_start_transfer_one()681 frame_len_words += t->len / (t->bits_per_word >> 3); in ti_qspi_start_transfer_one()682 frame_len_words = min_t(unsigned int, frame_len_words, QSPI_FRAME); in ti_qspi_start_transfer_one()687 qspi->cmd |= QSPI_FLEN(frame_len_words); in ti_qspi_start_transfer_one()701 transfer_len_words = min(t->len / wlen, frame_len_words); in ti_qspi_start_transfer_one()711 frame_len_words -= transfer_len_words; in ti_qspi_start_transfer_one()712 if (frame_len_words == 0) in ti_qspi_start_transfer_one()