Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/
Dstm32_flash.c97 while (readl(&STM32_FLASH->sr) & STM32_FLASH_SR_BSY) in flash_erase()
116 while (readl(&STM32_FLASH->sr) & STM32_FLASH_SR_BSY) in flash_erase()
130 while (readl(&STM32_FLASH->sr) & STM32_FLASH_SR_BSY) in write_buff()
143 while (readl(&STM32_FLASH->sr) & STM32_FLASH_SR_BSY) in write_buff()
Dstm32_flash.h14 #define STM32_FLASH_SR_BSY (1 << 16) macro