Searched refs:LTQ_SPI_ID_CFG_S (Results 1 – 1 of 1) sorted by relevance
64 #define LTQ_SPI_ID_CFG_S 5 /* DMA interface support */ macro65 #define LTQ_SPI_ID_CFG_M (1 << LTQ_SPI_ID_CFG_S)991 supports_dma = (id & LTQ_SPI_ID_CFG_M) >> LTQ_SPI_ID_CFG_S; in lantiq_ssc_probe()