Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/spi/
Dspi-geni-qcom.c43 #define MIN_WORD_LEN 4 macro
354 word_len = (bits_per_word - MIN_WORD_LEN) & WORD_LEN_MSK; in spi_setup_word_len()
482 if (!(mas->cur_bits_per_word % MIN_WORD_LEN)) { in setup_gsi_xfer()
496 peripheral.word_len = xfer->bits_per_word - MIN_WORD_LEN; in setup_gsi_xfer()
551 if (!(mas->cur_bits_per_word % MIN_WORD_LEN)) in get_xfer_len_in_words()