Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-stm32.c861 u32 cfg1_clrb = 0, cfg1_setb = 0, cfg2_clrb = 0, cfg2_setb = 0; in stm32_spi_transfer_one_setup() local
874 cfg1_setb |= (bpw << SPI_CFG1_DSIZE_SHIFT) & SPI_CFG1_DSIZE; in stm32_spi_transfer_one_setup()
880 cfg1_setb |= (fthlv << SPI_CFG1_FTHLV_SHIFT) & SPI_CFG1_FTHLV; in stm32_spi_transfer_one_setup()
896 cfg1_setb |= ((u32)mbr << SPI_CFG1_MBR_SHIFT) & SPI_CFG1_MBR; in stm32_spi_transfer_one_setup()
899 if (cfg1_clrb || cfg1_setb) in stm32_spi_transfer_one_setup()
901 ~cfg1_clrb) | cfg1_setb, in stm32_spi_transfer_one_setup()