Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/spi/
Dspi-stm32.c110 #define STM32H7_SPI_CFG1_DSIZE GENMASK(4, 0) macro
494 stm32_spi_set_bits(spi, STM32H7_SPI_CFG1, STM32H7_SPI_CFG1_DSIZE); in stm32h7_spi_get_bpw_mask()
497 max_bpw = FIELD_GET(STM32H7_SPI_CFG1_DSIZE, cfg1) + 1; in stm32h7_spi_get_bpw_mask()
1575 cfg1_clrb |= STM32H7_SPI_CFG1_DSIZE; in stm32h7_spi_set_bpw()
1576 cfg1_setb |= FIELD_PREP(STM32H7_SPI_CFG1_DSIZE, bpw); in stm32h7_spi_set_bpw()