Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-stm32-ospi.c39 #define CR_CSSEL BIT(24) macro
473 cr &= ~CR_CSSEL; in stm32_ospi_send()
474 cr |= FIELD_PREP(CR_CSSEL, cs); in stm32_ospi_send()