Home
last modified time | relevance | path

Searched refs:transfer_len_words (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/spi/
Dspi-ti-qspi.c668 unsigned int frame_len_words, transfer_len_words; in ti_qspi_start_transfer_one() local
703 transfer_len_words = min(t->len / wlen, frame_len_words); in ti_qspi_start_transfer_one()
706 ret = qspi_transfer_msg(qspi, t, transfer_len_words * wlen); in ti_qspi_start_transfer_one()
713 m->actual_length += transfer_len_words * wlen; in ti_qspi_start_transfer_one()
714 frame_len_words -= transfer_len_words; in ti_qspi_start_transfer_one()