Searched refs:WORD_LEN_MSK (Results 1 – 2 of 2) sorted by relevance
38 #define WORD_LEN_MSK GENMASK(9, 0) macro246 word_len = (bits_per_word - MIN_WORD_LEN) & WORD_LEN_MSK; in spi_setup_word_len()
4327 #define WORD_LEN_MSK 0x00000003 macro