Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-stm32-ospi.c452 static int stm32_ospi_get_mode(u8 buswidth) in stm32_ospi_get_mode() function
487 ccr = FIELD_PREP(CCR_IMODE_MASK, stm32_ospi_get_mode(op->cmd.buswidth)); in stm32_ospi_send()
491 stm32_ospi_get_mode(op->addr.buswidth)); in stm32_ospi_send()
504 stm32_ospi_get_mode(op->data.buswidth)); in stm32_ospi_send()