Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-lantiq-ssc.c76 #define LTQ_SPI_CON_BM_S 16 /* Data width selection */ macro
77 #define LTQ_SPI_CON_BM_M (0x1F << LTQ_SPI_CON_BM_S)
303 bm = (bits_per_word - 1) << LTQ_SPI_CON_BM_S; in hw_setup_bits_per_word()