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

/linux-master/drivers/spi/
H A Dspi-geni-qcom.c43 #define MIN_WORD_LEN 4 macro
354 word_len = (bits_per_word - MIN_WORD_LEN) & WORD_LEN_MSK;
482 if (!(mas->cur_bits_per_word % MIN_WORD_LEN)) {
496 peripheral.word_len = xfer->bits_per_word - MIN_WORD_LEN;
551 if (!(mas->cur_bits_per_word % MIN_WORD_LEN))

Completed in 185 milliseconds