Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-lantiq-ssc.c65 #define LTQ_SPI_ID_CFG_S 5 /* DMA interface support */ macro
66 #define LTQ_SPI_ID_CFG_M (1 << LTQ_SPI_ID_CFG_S)
992 supports_dma = (id & LTQ_SPI_ID_CFG_M) >> LTQ_SPI_ID_CFG_S; in lantiq_ssc_probe()