Searched refs:frame_len_words (Results 1 – 1 of 1) sorted by relevance
540 unsigned int frame_len_words, transfer_len_words; in ti_qspi_start_transfer_one() local553 frame_len_words = 0; in ti_qspi_start_transfer_one()555 frame_len_words += t->len / (t->bits_per_word >> 3); in ti_qspi_start_transfer_one()556 frame_len_words = min_t(unsigned int, frame_len_words, QSPI_FRAME); in ti_qspi_start_transfer_one()561 qspi->cmd |= QSPI_FLEN(frame_len_words); in ti_qspi_start_transfer_one()575 transfer_len_words = min(t->len / wlen, frame_len_words); in ti_qspi_start_transfer_one()585 frame_len_words -= transfer_len_words; in ti_qspi_start_transfer_one()586 if (frame_len_words == 0) in ti_qspi_start_transfer_one()