Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/spi/
Dspi-lantiq-ssc.c73 #define LTQ_SPI_CON_BM_S 16 /* Data width selection */ macro
74 #define LTQ_SPI_CON_BM_M (0x1F << LTQ_SPI_CON_BM_S)
300 bm = (bits_per_word - 1) << LTQ_SPI_CON_BM_S; in hw_setup_bits_per_word()