Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-stm32.c1571 u32 cfg1_clrb = 0, cfg1_setb = 0; in stm32h7_spi_set_bpw() local
1576 cfg1_setb |= FIELD_PREP(STM32H7_SPI_CFG1_DSIZE, bpw); in stm32h7_spi_set_bpw()
1582 cfg1_setb |= FIELD_PREP(STM32H7_SPI_CFG1_FTHLV, fthlv); in stm32h7_spi_set_bpw()
1586 ~cfg1_clrb) | cfg1_setb, in stm32h7_spi_set_bpw()