Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-stm32.c112 #define STM32H7_SPI_CFG1_DSIZE GENMASK(4, 0) macro
520 stm32_spi_set_bits(spi, STM32H7_SPI_CFG1, STM32H7_SPI_CFG1_DSIZE); in stm32h7_spi_get_bpw_mask()
523 max_bpw = FIELD_GET(STM32H7_SPI_CFG1_DSIZE, cfg1) + 1; in stm32h7_spi_get_bpw_mask()
1813 cfg1_clrb |= STM32H7_SPI_CFG1_DSIZE; in stm32h7_spi_set_bpw()
1814 cfg1_setb |= FIELD_PREP(STM32H7_SPI_CFG1_DSIZE, bpw); in stm32h7_spi_set_bpw()