Home
last modified time | relevance | path

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

/u-boot/drivers/spi/
A Dstm32_spi.c278 u32 cfg2_clrb = 0, cfg2_setb = 0; in stm32_spi_set_mode() local
283 cfg2_setb |= SPI_CFG2_CPOL; in stm32_spi_set_mode()
288 cfg2_setb |= SPI_CFG2_CPHA; in stm32_spi_set_mode()
293 cfg2_setb |= SPI_CFG2_LSBFRST; in stm32_spi_set_mode()
297 if (cfg2_clrb || cfg2_setb) in stm32_spi_set_mode()
299 cfg2_clrb, cfg2_setb); in stm32_spi_set_mode()

Completed in 5 milliseconds