Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/spi/
Dspi-fsl-dspi.c33 #define SPI_MCR_HALT BIT(0) macro
1459 regmap_update_bits(dspi->regmap, SPI_MCR, SPI_MCR_HALT, SPI_MCR_HALT); in dspi_remove()