Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dstm32_qspi.c77 #define STM32_QSPI_SR_BUSY BIT(5) macro
192 while (readl(&priv->regs->sr) & STM32_QSPI_SR_BUSY) in _stm32_qspi_wait_for_not_busy()