Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-stm32.c68 #define SPI_CFG1_MBR GENMASK(30, 28) macro
895 cfg1_clrb |= SPI_CFG1_MBR; in stm32_spi_transfer_one_setup()
896 cfg1_setb |= ((u32)mbr << SPI_CFG1_MBR_SHIFT) & SPI_CFG1_MBR; in stm32_spi_transfer_one_setup()