Searched refs:STM32_FLASH_CR_LOCK (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/ | ||
| H A D | stm32_flash.h | 19 #define STM32_FLASH_CR_LOCK (1 << 31) macro |
| H A D | stm32_flash.c | 27 setbits_le32(&STM32_FLASH->cr, STM32_FLASH_CR_LOCK); in stm32_flash_lock() |