Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-lantiq-ssc.c64 #define LTQ_SPI_ID_CFG_S 5 /* DMA interface support */ macro
65 #define LTQ_SPI_ID_CFG_M (1 << LTQ_SPI_ID_CFG_S)
997 supports_dma = (id & LTQ_SPI_ID_CFG_M) >> LTQ_SPI_ID_CFG_S; in lantiq_ssc_probe()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds