Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-lantiq-ssc.c69 #define LTQ_SPI_CON_BM_S 16 /* Data width selection */ macro
70 #define LTQ_SPI_CON_BM_M (0x1F << LTQ_SPI_CON_BM_S)
302 bm = (bits_per_word - 1) << LTQ_SPI_CON_BM_S; in hw_setup_bits_per_word()