Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/
H A Dstm32_flash.c39 flash_info[i].flash_id = FLASH_STM32; in flash_init()
61 } else if (info->flash_id == FLASH_STM32) { in flash_print_info()
/openbmc/u-boot/include/
H A Dflash.h468 #define FLASH_STM32 0x00F2 /* STM32 Embedded Flash */ macro