Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/spi/
Dspi-geni-qcom.c42 #define MIN_WORD_LEN 4 macro
288 word_len = (bits_per_word - MIN_WORD_LEN) & WORD_LEN_MSK; in spi_setup_word_len()
416 if (!(mas->cur_bits_per_word % MIN_WORD_LEN)) { in setup_gsi_xfer()
430 peripheral.word_len = xfer->bits_per_word - MIN_WORD_LEN; in setup_gsi_xfer()
756 if (!(mas->cur_bits_per_word % MIN_WORD_LEN)) in setup_fifo_xfer()