Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/board/AndesTech/adp-ag101p/
Dadp-ag101p.c72 ulong board_flash_get_legacy(ulong base, int banknum, flash_info_t *info) in board_flash_get_legacy() function
/third_party/uboot/u-boot-2020.01/board/AndesTech/adp-ae3xx/
Dadp-ae3xx.c65 ulong board_flash_get_legacy(ulong base, int banknum, flash_info_t *info) in board_flash_get_legacy() function
/third_party/uboot/u-boot-2020.01/board/AndesTech/ax25-ae350/
Dax25-ae350.c48 ulong board_flash_get_legacy(ulong base, int banknum, flash_info_t *info) in board_flash_get_legacy() function
/third_party/uboot/u-boot-2020.01/board/freescale/m54455evb/
Dm54455evb.c170 ulong board_flash_get_legacy (ulong base, int banknum, flash_info_t * info) in board_flash_get_legacy() function
/third_party/uboot/u-boot-2020.01/include/
Dflash.h115 extern ulong board_flash_get_legacy(ulong base, int banknum, flash_info_t *info);
/third_party/uboot/u-boot-2020.01/board/gdsys/mpc8308/
Dstrider.c405 ulong board_flash_get_legacy(ulong base, int banknum, flash_info_t *info) in board_flash_get_legacy() function
Dhrcon.c350 ulong board_flash_get_legacy(ulong base, int banknum, flash_info_t *info) in board_flash_get_legacy() function
/third_party/uboot/u-boot-2020.01/drivers/mtd/
Dcfi_flash.c1808 if (board_flash_get_legacy(base, banknum, info)) { in flash_detect_legacy()