Home
last modified time | relevance | path

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

/drivers/spi/
Dspi-lantiq-ssc.c69 #define LTQ_SPI_ID_CFG_S 5 /* DMA interface support */ macro
70 #define LTQ_SPI_ID_CFG_M (1 << LTQ_SPI_ID_CFG_S)
920 supports_dma = (id & LTQ_SPI_ID_CFG_M) >> LTQ_SPI_ID_CFG_S; in lantiq_ssc_probe()