Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dflash.h116 extern int jedec_flash_match(flash_info_t *info, ulong base);
/openbmc/u-boot/drivers/mtd/
H A Djedec_flash.c475 int jedec_flash_match(flash_info_t *info, ulong base) in jedec_flash_match() function
H A Dcfi_flash.c1835 if (jedec_flash_match(info, info->start[0])) in flash_detect_legacy()